summaryrefslogtreecommitdiff
path: root/coverage/backunittest.py
Commit message (Collapse)AuthorAgeFilesLines
* Update pylintNed Batchelder2020-05-191-1/+1
|
* Use pylint 2.xNed Batchelder2019-05-131-1/+1
|
* PyPy3 fixed an obscure bug long ago, we don't need this overrideNed Batchelder2018-10-191-7/+3
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* No more support for 2.6 or 3.3Ned Batchelder2018-05-051-6/+1
|
* Clean up #199Ned Batchelder2016-06-081-5/+0
|
* Use caoverage.py's canonical backwards compatibility infrastructure in new test.Dan Wandschneider2016-06-081-0/+5
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Data files are now JSON instead of pickles. Fixes #236.Ned Batchelder2015-07-211-4/+7
|
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-2/+2
|
* Upgraded pylint to 1.4, removed useless suppressionsNed Batchelder2014-11-231-1/+1
|
* Get rid of some backward stuff we no longer needNed Batchelder2014-09-201-8/+3
|
* Move test helpers into the coverage package so others can use themNed Batchelder2014-09-151-0/+41
--HG-- rename : tests/backunittest.py => coverage/backunittest.py