summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Drop support for EOL 2.5, 2.6 and 3.3Hugo2018-06-191-3/+0
* Make version checking more uniformNed Batchelder2018-06-133-4/+4
* Adapt to a recent 3.7 change in how functions with only docstrings get line-n...Ned Batchelder2018-06-131-2/+8
* Undo some 3.7b4 ast tweaksNed Batchelder2018-06-022-16/+3
* A few cleanupsNed Batchelder2018-05-311-1/+1
* Upgrade most dependenciesNed Batchelder2018-05-051-9/+0
* No more support for 2.6 or 3.3Ned Batchelder2018-05-053-16/+0
* COVERAGE_RCFILE can specify the config file location. #650Ned Batchelder2018-04-191-0/+15
* A different way to group builtins, because it's fun, why not?Ned Batchelder2018-03-311-3/+8
* Slight refactor of how we look for configuration filesNed Batchelder2018-03-191-2/+2
* Private attributes should be indicatedNed Batchelder2018-03-131-1/+1
* check_preimported=True controls whether coverage checks pre-imported files wh...Ned Batchelder2018-03-062-2/+2
* In 3.7, testing libs are issuing warnings. We don't want them to count agains...Ned Batchelder2018-03-061-0/+5
* More pragmas to fine-tune coverage of test codeNed Batchelder2018-02-222-13/+13
* Pragma away some test code that won't be coveredNed Batchelder2018-02-202-2/+2
* A new warning for files already imported before coverage startsNed Batchelder2018-02-202-0/+25
* Fix english, and give a test a name that isn't a prefix of other namesNed Batchelder2018-02-191-3/+3
* Make a test a little more specificNed Batchelder2018-02-191-1/+5
* Fix plugin sysinfo tests under pytracercoverage-4.5.1Ned Batchelder2018-02-101-1/+6
* Configurer plugins should be reported by --debug=sysNed Batchelder2018-02-101-5/+7
* Oops, omitting inside a source package didn't work. Now it does. #638Ned Batchelder2018-02-101-0/+7
* Properly handle empty decorated functions in 3.7. #640Ned Batchelder2018-02-091-0/+17
* Remove two unused namesNed Batchelder2018-01-281-2/+2
* Avoid a temp dir for a test that doesn't need itNed Batchelder2018-01-221-0/+2
* Ensure mapped paths use the separator of the result. #618Ned Batchelder2018-01-221-0/+32
* Raise an error if combine can't find usable data files. #629Ned Batchelder2018-01-211-0/+34
* fail_under can now be a float. #631.Ned Batchelder2018-01-213-25/+44
* Add a test that report uses the precision.Ned Batchelder2018-01-211-0/+43
* Don't confuse run-include with report-include (and also omit). Fixes #621 and...Ned Batchelder2018-01-202-1/+36
* Don't ever create HTML filenames longer than ~200 chars. Fixes #627.Ned Batchelder2018-01-201-3/+21
* Fine-tune the pypy3 5.10.0 json bugNed Batchelder2018-01-151-1/+1
* 3.5.4 has a regression, so skip a testNed Batchelder2018-01-141-0/+2
* Fine-tune the 3.7 decisionsNed Batchelder2018-01-131-1/+1
* Python 3.7 optimizes away 'not __debug__'Ned Batchelder2018-01-101-3/+9
* Skip a test that fails due to a bug in PyPy3-5.10Ned Batchelder2018-01-071-1/+5
* A new kind of plug-in: configurers. #563Ned Batchelder2018-01-062-3/+38
* There will be other kinds of pluginsNed Batchelder2017-12-263-8/+8
* Pylint 1.8.1, and fix its new warningsNed Batchelder2017-12-233-1/+3
* Commented-out debugging of pytracerNed Batchelder2017-11-241-2/+1
* One start() was missing a stop(), which caused meta issues on appveyorNed Batchelder2017-11-041-0/+1
* Point 'home page' on pypi to bitbucketNed Batchelder2017-11-041-2/+2
* DesperationNed Batchelder2017-11-041-1/+1
* Skip an obscure case that confuses me on WindowsNed Batchelder2017-11-041-1/+6
* Use the real implementation of del_environNed Batchelder2017-11-041-38/+4
* Fix that thingNed Batchelder2017-11-031-1/+1
* Try protecting test processes from coverage envvarsNed Batchelder2017-11-031-0/+41
* Root is acceptable as a combining path (the manylinux tests end up with one o...Ned Batchelder2017-10-261-1/+4
* Add the latest warning to the docs, and give them consistent punctuationNed Batchelder2017-10-241-1/+1
* Make the warning about --include and --source be a real warningNed Batchelder2017-10-241-5/+3
* Left over import from deleting a testNed Batchelder2017-10-241-2/+0