Changeset 10325 for main/waeup.cas/trunk/README.rst
- Timestamp:
- 20 Jun 2013, 21:44:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.cas/trunk/README.rst
r10324 r10325 22 22 versions installed locally) simply by:: 23 23 24 (py27)$ pip install tox # needed only once per virtualenv 24 25 (py27)$ tox 25 26 … … 30 31 31 32 to run tests for Python 3.1 only. 33 34 Getting Test-Coverage Reports 35 ----------------------------- 36 37 You can generate coverage reports by:: 38 39 (py27)$ py.test --cov 40 41 This will dump reports on commandline. For HTML reports you can try:: 42 43 (py27)$ py.test --cov --cov-report=html 44 45 Please make sure, that coverage stays at 100%. 46 47
Note: See TracChangeset for help on using the changeset viewer.