summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* When importing newly made files, we have to invalidate import cachesNed Batchelder2016-11-091-0/+3
* A fix for coding declarations, bug #529Ned Batchelder2016-11-051-0/+58
* Optionally use pytest as the test runnerNed Batchelder2016-11-011-1/+2
* Oh, i had tests for those messages...Ned Batchelder2016-10-211-3/+1
* Test the debug settings more, and strip spaces from the environment variableNed Batchelder2016-10-211-0/+11
* Explicitly test multiple wildcards in path aliasesNed Batchelder2016-10-121-0/+9
* Pids can be fewer than 5 digitsNed Batchelder2016-09-241-2/+2
* Change the debug=callers test to something that will be coverableNed Batchelder2016-09-241-12/+15
* Clean up and test the callers debugging infoNed Batchelder2016-09-241-0/+13
* Test short_stack, and give it a skip parameter for better output.Ned Batchelder2016-09-241-1/+36
* Add more debugging for thorny multiprocessing issuesNed Batchelder2016-09-231-1/+3
* Ensure random suffixes are different after forkingNed Batchelder2016-09-221-5/+10
* Use latest pylintNed Batchelder2016-08-075-18/+18
* Combining twice shouldn't lose data. #412, #516Ned Batchelder2016-08-073-10/+43
* run_command should be a very small shim on top of run_command_statusNed Batchelder2016-08-071-16/+21
* Spelling fixesspellingVille Skytt?2016-07-312-2/+2
* 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