1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Anders Waldenborg
dcf4c1bd23 Add doctests for new functions in utils
The print call is there to make it py2/3 compatible (py2 adds u'' where py3 just adds '')
2014-01-25 22:57:49 +01:00
Anders Waldenborg
3f87b88a80 Add -3 option to run-tests.sh to run nosetests3 2014-01-25 22:57:49 +01:00
Olof Johansson
281d913a73 run_tests: Generate coverage report in HTML
If run_tests is called with the -C flag, a cover/ directory is
created with a detailed coverage report in HTML.
2013-04-21 10:45:57 +02:00
Olof Johansson
b0a5d4f59e run_tests: Only do coverage reports on svtplay_dl.* 2013-04-21 10:45:35 +02:00
Olof Johansson
8a90241e5b run-tests.sh: add --verbose flag 2013-03-23 17:07:18 +01:00
Olof Johansson
d9770a2698 run-tests.sh: Add support for coverage report
This requires the coverage python module. You enable it by calling
run-tests.sh with the --coverage (-c) flag.
2013-03-23 17:07:18 +01:00
Olof Johansson
f67c7db5b9 Simple nose-wrapper (--all-tests) 2013-03-02 00:03:48 +01:00