summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ned Batchelder2018-01-202-1/+36
| | | | and #622.
* 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 ↵Ned Batchelder2017-10-261-1/+4
| | | | of these)
* 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
| | | | | close #265 close #101
* 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 thread-safe Collector.save_data()
| * 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
| |
* | Skip these new tests on JythonNed Batchelder2017-10-211-0/+4
| |
* | Fix the recent command-name tests for WindowsNed Batchelder2017-10-211-2/+3
| |
* | Perform tilde expansion on file path config values. #589Ned Batchelder2017-10-211-1/+34
| |
* | Be more flexible about the command name in help. #600Ned Batchelder2017-10-191-7/+8
| |
* | Get the command name from the file path of the first command-line argument.Ben Finney2017-10-191-0/+24
| |
* | Flaky tests are really flakyNed Batchelder2017-10-121-1/+1
| |