summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Read options from tox.iniissue-519Stephen Finucane2016-11-181-18/+59
| | | | | | | | | | | | | If coveragerc does not exist, setup.cfg does not exist or does not contain any coverage-related metadata, and no custom config file is provided, fall back to tox.ini. The syntax of tox.ini files is the same as that expected of setup.cfg files, namely: [coverage:{section}] Fixes: #519
* Python 3.3 fails on the LANG=C test. Skip it.Ned Batchelder2016-11-171-0/+3
|
* Run test in a 2.6-compatible wayNed Batchelder2016-11-171-1/+1
|
* Don't collapse in an ascii-only file-world. #533Ned Batchelder2016-11-172-10/+17
|
* Add a test for #533Ned Batchelder2016-11-171-0/+10
|
* 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 ↵Ned Batchelder2016-07-291-5/+0
| | | | workaround any more.
* 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
| | | | | | | | | | | Combine used to always load an existing .coverage file. This lead to confusing results and extra tox-clean steps. Now the default is to not load the existing file, though a new --append switch on coverage combine gets you that behavior if you need it. This also pointed up an issue with concurrency=multiprocessing, which is that the child processes automatically used parallel=True, but the parent process did not. Now concurrency=multiprocessing implies parallel=True.
* 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
| | | | | | | | | Where it was, we were counting on "tests" referring to coverage.py's own tests directory, but a -e install of a helper like unittest-mixins could provide a tests directory, which prevented the imports we needed for the tests. Moving try_execfile.py to a new subdirectory with a less-common name solves the problem.
* 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 ↵Dan Wandschneider2016-06-081-6/+1
| | | | available on the command line.
* Use caoverage.py's canonical backwards compatibility infrastructure in new test.Dan Wandschneider2016-06-081-18/+5
|