Changeset 10325


Ignore:
Timestamp:
20 Jun 2013, 21:44:51 (11 years ago)
Author:
uli
Message:

More docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/README.rst

    r10324 r10325  
    2222versions installed locally) simply by::
    2323
     24  (py27)$ pip install tox   # needed only once per virtualenv
    2425  (py27)$ tox
    2526
     
    3031
    3132to run tests for Python 3.1 only.
     33
     34Getting Test-Coverage Reports
     35-----------------------------
     36
     37You can generate coverage reports by::
     38
     39  (py27)$ py.test --cov
     40
     41This will dump reports on commandline. For HTML reports you can try::
     42
     43  (py27)$ py.test --cov --cov-report=html
     44
     45Please make sure, that coverage stays at 100%.
     46
     47
Note: See TracChangeset for help on using the changeset viewer.