Roundup Tracker - Issues

Message5488

Author pefu
Recipients ber, pefu
Date 2016-03-08.12:28:34
Message-id <1457440117.34.0.559879921929.issue2550905@psf.upfronthosting.co.za>
In-reply-to
After installing the latest py.test and the pytest-cov plugin using pip
I ran the following command in my hg Roundup source repository dir::

  py.test --cov=.

The output of this test run is attached as roundup_coverage_report.txt

My proposal is that we developers try to increase the test coverage
on the roundup code base over time.  
This is an engineering task which will not be easy.  
But I believe it will pay off in the end.  
I create this general issue here now so we have one to refer to in
commit messages.
History
Date User Action Args
2016-03-08 12:28:37pefusetrecipients: + pefu, ber
2016-03-08 12:28:37pefusetmessageid: <1457440117.34.0.559879921929.issue2550905@psf.upfronthosting.co.za>
2016-03-08 12:28:37pefulinkissue2550905 messages
2016-03-08 12:28:36pefucreate