summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a test that .pth measurement doesn't include existing dataNed Batchelder2016-07-291-0/+7
* Setuptools fixed their egg-ordering problem, no need for this test workaround...Ned Batchelder2016-07-291-5/+0
* Remove QUnit files we no longer needNed Batchelder2016-07-252-1673/+0
* Update to QUnit 2.0.1 for Javascript testsNed Batchelder2016-07-252-56/+54
* Compensate for setuptools 25.0.0 seemingly doing sys.path differentlyNed Batchelder2016-07-241-0/+5
* Multiprocessing needs to communicate the rcfile down to the subprocessesNed Batchelder2016-07-131-4/+40
* Cover a few more lines in cmdline.pyNed Batchelder2016-07-102-0/+43
* Fix the check for default values of run-affecting options, and add a testNed Batchelder2016-07-091-0/+8
* Fail command lines that use multiprocessing and other options together. #495Ned Batchelder2016-07-091-0/+10
* A little more clean-up on the concurrency testsNed Batchelder2016-07-041-11/+13
* Let the concurrency option be multi-valued. #484Ned Batchelder2016-07-043-29/+76
* Refactor concurrency tests to make the pieces more composableNed Batchelder2016-07-031-119/+196
* Update pylint to 1.5.6Ned Batchelder2016-06-254-16/+19
* Mark some impossible-to-cover linesNed Batchelder2016-06-252-4/+4
* Fixes two overlookeds self.skip callsNed Batchelder2016-06-251-2/+2
* Combine no longer appends by defaultNed Batchelder2016-06-252-4/+7
* Prevent subprocess measurement from measuring coverage commands. #492Ned Batchelder2016-06-241-2/+0
* Clean up the previous commit that adds a test for #492Ned Batchelder2016-06-241-2/+5
* Cleanup test case #492Dan Riti2016-06-241-0/+7
* Add test case that demonstrates problem #492Dan Riti2016-06-241-3/+29
* Another use of try_execfile.py to adjustNed Batchelder2016-06-122-5/+4
* Move try_execfile.py to an unambiguous placeNed Batchelder2016-06-123-16/+24
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-1210-30/+23
* Properly handle invalid sorting optionNed Batchelder2016-06-091-3/+12
* Fix these new tests to really test the codeNed Batchelder2016-06-091-17/+61
* Move test_summary_class.py into test_summary.pyNed Batchelder2016-06-082-67/+60
* Clean up #199Ned Batchelder2016-06-081-20/+21
* Make report's 'sort' option available only via the configuration file, not av...Dan Wandschneider2016-06-081-6/+1
* Use caoverage.py's canonical backwards compatibility infrastructure in new test.Dan Wandschneider2016-06-081-18/+5
* Fix test failures in Python 2.6Dan Wandschneider2016-06-081-6/+20
* Issue 199: Sort text report.Dan Wandschneider2016-06-082-1/+18
* Add unit-level test for the SummaryReporterDan Wandschneider2016-06-081-0/+53
* Oops, broke a test.Ned Batchelder2016-06-021-1/+1
* Emit a warning when an invalid file is detected with ignore_errors=true.Matthew Boehm2016-06-021-0/+14
* Fix __main__.py showing up in help outputscottbelden2016-06-021-0/+9
* Add support for `coverage debug config`Matthew Boehm2016-06-021-1/+7
* Remove the test helpers into their own repoNed Batchelder2016-06-014-117/+7
* 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-083-4/+4
* Don't get confused by namespace packages #456Ned Batchelder2016-05-081-0/+21
* readthedocs.io nowNed Batchelder2016-04-3038-41/+41
* Use ->exit for missed branches in the textual report. #469Ned Batchelder2016-04-181-3/+2
* No need to break these linesNed Batchelder2016-04-121-4/+2
* A better way to indicate the presence of the C extensionNed Batchelder2016-03-291-2/+2
* Show the tracer class in help output. #479Ned Batchelder2016-03-281-0/+5
* Better descriptions of missing one-line executables. Part of #475Ned Batchelder2016-03-272-5/+35
* Entry arcs now use the negative first line of the code object instead of -1.Ned Batchelder2016-03-022-46/+46
* Better branch-missed messages for lambdas.Ned Batchelder2016-02-252-0/+34
* Add an explicit test of the source= rc setting.Ned Batchelder2016-02-211-0/+2