summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for PY36Waylan Limberg2022-05-241-1/+0
| | | | | | | | Python dropped support on 2021-12-23. Our policy (#760) is to drop support on the next point release after Python does. * Remove py36 tests * Test multiple recent versions of pypy * Remove pep562 backport
* Use a PEP562 implementation for deprecating attributes (#757)Isaac Muse2018-12-221-0/+1
| | | Use a vendored Pep562 backport to simulate Python 3.7's new PEP 562 feature. For Python3.7 and later, default to the official implementation.
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
|
* Include __main__.py in coverage.Waylan Limberg2014-08-221-1/+0
|
* Better coverage config. Now at 88% coverage.Waylan Limberg2014-07-111-0/+1
|
* Minor update to .coveragercWaylan Limberg2014-07-101-0/+2
|
* Add Coverage (and Coveralls) support to tests.Waylan Limberg2014-07-101-0/+3
Looks like we need to write some more tests. Only 76% covered.