summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable pytest warnings, and fix/silence a fewNed Batchelder2016-11-262-3/+3
|
* Avoid yielding test cases so pytest is happy.Ned Batchelder2016-11-231-15/+17
|
* Use a 2/3 name for unicodeNed Batchelder2016-11-231-1/+2
|
* Add a test for tokenizing code without a final newlineNed Batchelder2016-11-221-18/+20
|
* Was using the wrong pragmaNed Batchelder2016-11-221-1/+1
|
* Keep 2.6 workingNed Batchelder2016-11-201-1/+1
|
* No more nose, use pytest as test runnerNed Batchelder2016-11-202-11/+11
|
* Make sure that an uninterested setup.cfg doesn't prevent tox.ini from workingNed Batchelder2016-11-191-0/+9
|
* Tweak test helper names and docstringsNed Batchelder2016-11-191-17/+16
|
* Put this test back, it was failing when trying to check both setup.cfg and ↵Ned Batchelder2016-11-191-9/+7
| | | | tox.ini
* Clean up line wraps and leftover printsNed Batchelder2016-11-191-6/+3
|
* Read options from tox.iniStephen 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 --HG-- branch : issue-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 fixesVille Skyttä2016-07-312-2/+2
| | | | | --HG-- branch : spelling
* 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
| | | | | --HG-- extra : amend_source : df40db50416bb97691509bf7607aba6ed2b7b205
* 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
|