Merge pull request #393 from adam111316/feature/AddCoverageTest

Add coverage testing and coveralls support
This commit is contained in:
adam111316 2015-06-06 15:00:50 +08:00
commit ac697ade47
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,8 @@ python:
install:
- pip install cheetah
- pip install coveralls
before_script: cd ./tests
script: python all_tests.py
script: coverage run --source=.. --omit=../lib/*,../tornado/* all_tests.py
after_success: coveralls

View file

@ -25,6 +25,7 @@
* Change first run after install to set up the main db to the current schema instead of upgrading
* Change don't create a backup from an initial zero byte main database file, PEP8 and code tidy up
* Fix show list view when no shows exist and "Group show lists shows into" is set to anything other than "One Show List"
* Add coverage testing and coveralls support
[develop changelog]
* Update Requests library 2.7.0 (ab1f493) to 2.7.0 (8b5e457)