summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* * --source and --include are mutually exclusive (take 2) #265loic2017-01-073-5/+18
* Belatedly add a test for #541, so we can fix #265 for realNed Batchelder2017-10-241-0/+26
* Bug 581 was fixed, don't need the skipped test any moreNed Batchelder2017-10-231-38/+0
* Explicitly specified secondary config files are properly read. #588Ned Batchelder2017-10-211-0/+7
* A little cleanup for #581Ned Batchelder2017-10-211-7/+12
* Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127)Ned Batchelder2017-10-211-0/+95
|\
| * FIX Typo in test_coverage_stop_in_threadsOlivier Grisel2017-08-101-1/+1
| * FIX thread-safe Collector.save_data()Olivier Grisel2017-08-101-0/+95