File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ install:
1818
1919script :
2020 - pytest
21+ - pytest --cov=pythonanywhere --cov=scripts --cov-fail-under=65
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/pythonanywhere/helper_scripts.svg?branch=master )] ( https://travis-ci.org/pythonanywhere/helper_scripts )
2+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
3+
24
35# PythonAnywhere helper scripts
46
@@ -23,6 +25,8 @@ Pull requests are welcome! You'll find tests in the [tests](tests) folder...
2325 # running the tests:
2426 pytest
2527
28+ # make sure that the code that you have written is well tested:
29+ pytest --cov=pythonanywhere --cov=scripts
30+
2631 # to just run the fast tests:
2732 pytest -m 'not slowtest' -v
28-
Original file line number Diff line number Diff line change 1+ certifi == 2018.10.15
2+ chardet == 3.0.4
3+ cookies == 2.2.1
4+ coverage == 4.5.1
15docopt == 0.6.2
6+ idna == 2.6
7+ pbr == 5.1.0
28psutil == 5.4.0
9+ py == 1.7.0
310pytest == 3.2.3
11+ pytest-cov == 2.6.0
412requests == 2.18.4
513responses == 0.8.1
14+ six == 1.11.0
15+ stevedore == 1.30.0
16+ urllib3 == 1.22
17+ virtualenv == 16.0.0
18+ virtualenv-clone == 0.4.0
619virtualenvwrapper == 4.8.2
You can’t perform that action at this time.
0 commit comments