summaryrefslogtreecommitdiff
path: root/coverage.ini
Commit message (Collapse)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-4/+5
|
* 99% test coverage.Barry Warsaw2016-10-211-0/+1
| | | | | | | | | Also: * Ignore coverage in the testing submodule. * Remove some unreachable code. * Spelling. * Fix a bug in run_thru().
* Ignore anything in /tmp and improve coverage.Barry Warsaw2016-04-091-0/+1
|
* Update coverage omit patterns.Barry Warsaw2016-01-311-2/+2
|
* Boost coverage.Barry Warsaw2016-01-251-0/+1
| | | | Also, ignore `raise AssertionError` lines globally.
* Refactor API differences into a separate class.Barry Warsaw2016-01-131-0/+1
| | | | | | | | | | | We now have an IAPI interface which defines methods to convert to/from UUIDs to their REST representations, and to calculate the API-homed full URL path to a resource. Add implementations API30 and API31 to handle the two different implementations so far. This also simplifies the various path_to() calls. Also: Add support for diff_cover to tox.ini to check that all differences against the master branch have full test coverage.
* Boost coverage.Barry Warsaw2016-01-031-0/+6
| | | | | | Use coverage.ini to ignore a few common idioms, so as to reduce code clutter. Invoke coverage slightly differently in the tox.ini.
* Coverage improvements.Barry Warsaw2015-12-291-0/+1
| | | | | | | | * Boost coverage. * Don't report coverage on the test modules. * In one test, when acquiring the lock, set a timeout. Hopefully this will eliminate the occasional test deadlock. * Fix a buglet in wrap()
* Boost coverage.Barry Warsaw2015-12-261-1/+1
| | | | | Use Python 3.5 to run the coverage tests. Clean up the code style a bit.
* Update coverage.iniBarry Warsaw2014-12-231-1/+1
|
* Make sure runner subprocesses get covered during `tox -e coverage`.Barry Warsaw2014-11-161-1/+1
|
* Remove unneeded line.Barry Warsaw2014-11-121-1/+0
|
* * Improve test coverage a bit.Barry Warsaw2014-11-111-3/+7
| | | | | * Shore up the coverage.ini file. * Fix up Link.__repr__()
* The start of a coverage branch.Barry Warsaw2014-11-101-0/+9