summaryrefslogtreecommitdiff
path: root/tests/test_api.py
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up for pull request #122Ned Batchelder2017-01-141-1/+9
* Merged in dachary/coverage.py/issue-426 (pull request #122)Ned Batchelder2017-01-141-4/+3
|\
| * simplify --source=pkg test casesloic@dachary.org2017-01-101-4/+3
* | Jython has no multiprocessing moduleNed Batchelder2017-01-131-1/+1
|/
* Don't collapse in an ascii-only file-world. #533Ned Batchelder2016-11-171-10/+0
* Add a test for #533Ned Batchelder2016-11-171-0/+10
* Use latest pylintNed Batchelder2016-08-071-3/+3
* Combining twice shouldn't lose data. #412, #516Ned Batchelder2016-08-071-4/+27
* Update pylint to 1.5.6Ned Batchelder2016-06-251-3/+3
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-121-2/+2
* Clean upsNed Batchelder2016-05-201-1/+4
* Restore Reporter.file_reporters, with a deprecation warning.Ned Batchelder2016-05-201-0/+16
* Correct the defaults for coverage.report(show_missing=None, skip_covered=None)Ned Batchelder2016-05-081-1/+1
* Don't get confused by namespace packages #456Ned Batchelder2016-05-081-0/+21
* Change if-0 skips to real skips in the testsNed Batchelder2015-12-251-12/+11
* Combining now issues warnings on unreadable files, unconditionallyNed Batchelder2015-10-041-14/+3
* Combine can now ignore errors.Ned Batchelder2015-10-031-18/+56
* A better name for this testNed Batchelder2015-10-031-2/+2
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
* Make FarmTestCase a real TestCaseNed Batchelder2015-08-171-1/+2
* Fix a few more occurrences of 'Coverage' to 'coverage.py'Ned Batchelder2015-07-271-1/+1
* Use the new class nameNed Batchelder2015-07-271-22/+22
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Change CoverageData.summary() to CoverageData.line_counts()Ned Batchelder2015-07-161-1/+1
* Coverage._harvest_data is now Coverage.get_dataNed Batchelder2015-07-111-2/+2
* Correct commentIonel Cristian Maries2015-06-281-1/+1
* Fix various assertions.Ionel Cristian Maries2015-06-281-1/+2
* Remove the module-level singleton functions.Ned Batchelder2015-05-271-75/+0
* Vertical importsNed Batchelder2015-02-091-1/+5
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-5/+3
* Use file names with extensions in reports.Ned Batchelder2015-01-171-10/+10
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix t...Ned Batchelder2014-12-121-6/+6
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-2/+2
* Change all pylint message codes to message namesNed Batchelder2014-11-231-3/+3
* Fix the new FnmatchMatcher for >100 patternsNed Batchelder2014-06-031-2/+4
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-1/+1
* Don't touch files as unexecuted if they were omitted. Fixes #218.Ned Batchelder2013-04-211-1/+11
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+571