summaryrefslogtreecommitdiff
path: root/tests/test_process.py
Commit message (Expand)AuthorAgeFilesLines
* Update to pylint 1.7.1Ned Batchelder2017-04-221-2/+0
* Convert two warnings tests to non-processNed Batchelder2017-04-061-33/+0
* Warnings can be disabledNed Batchelder2017-04-041-0/+18
* Add slugs to warnings in prep for suppressable warningsNed Batchelder2017-04-031-5/+6
* Move fail-under tests from process-oriented integration tests to fake-oriente...Ned Batchelder2017-03-081-54/+2
* Give should_fail_under pure tests, so we don't need processes to test numeric...Ned Batchelder2017-03-081-38/+0
* Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-211-1/+1
* Fix some coverage pragmasNed Batchelder2017-02-071-7/+7
* More-precise no-coverage pragmasNed Batchelder2017-01-191-6/+6
* Move the jython conditional for try_execfile.pyNed Batchelder2017-01-191-24/+23
* No test failures on JythonNed Batchelder2017-01-181-9/+13
* A cleaner way to exclude Jython concerns from meta-coverage.Ned Batchelder2017-01-161-2/+2
* Promote re_line and re_lines to real helpers, with tests.Ned Batchelder2017-01-151-10/+4
* Fix two warningsNed Batchelder2017-01-151-1/+1
* Forgot a bunch of jython coverage pragmasNed Batchelder2017-01-141-3/+3
* Excepthook and Unicode path tests need some Jython careNed Batchelder2017-01-141-6/+13
* Put try_execfile tests in their own class, and make them Jython-okNed Batchelder2017-01-141-124/+127
* More Jython test fixes/skipsNed Batchelder2017-01-141-0/+15
* Mysterious case of 'coverage2' being available in py35, not sure whyNed Batchelder2017-01-031-0/+1
* Make sure the excepthook is measured.Ned Batchelder2016-12-261-0/+9
* Don't stress over PyPy differences, and fix file namesNed Batchelder2016-12-261-9/+13
* Make excepthook execution more accurate. Pypy tests failingNed Batchelder2016-12-261-2/+5
* Put the excepthook tests in their own class for convenienceNed Batchelder2016-12-261-1/+4
* Merged in andrewhoos/coverage.py (pull request #93)Ned Batchelder2016-12-261-0/+60
|\
| * Update change with tests and fixes for testsAndrew Hoos2016-11-301-0/+60
* | Add a "make smoke" target for a quick test run.Ned Batchelder2016-12-181-0/+3
* | Oh 2.6, you get me every timeNed Batchelder2016-12-061-1/+1
* | A better way to find the pth directoryNed Batchelder2016-12-061-14/+18
* | Remove the filelock experimentNed Batchelder2016-12-061-8/+4
* | Need to clean up in the right orderNed Batchelder2016-12-041-1/+2
* | Quick hack to try avoiding stepping on each others' pth filesNed Batchelder2016-12-041-12/+24
|/
* Fix two problems with xdist'ed testsNed Batchelder2016-11-261-1/+2
* Enable pytest warnings, and fix/silence a fewNed Batchelder2016-11-261-2/+2
* 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-171-0/+17
* Ensure random suffixes are different after forkingNed Batchelder2016-09-221-5/+10
* Use latest pylintNed Batchelder2016-08-071-1/+1
* Combining twice shouldn't lose data. #412, #516Ned Batchelder2016-08-071-1/+11
* Add a test that .pth measurement doesn't include existing dataNed Batchelder2016-07-291-0/+7
* Cover a few more lines in cmdline.pyNed Batchelder2016-07-101-0/+38
* Update pylint to 1.5.6Ned Batchelder2016-06-251-1/+3
* Fixes two overlookeds self.skip callsNed Batchelder2016-06-251-2/+2
* Combine no longer appends by defaultNed Batchelder2016-06-251-1/+1
* 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-121-1/+1
* Move try_execfile.py to an unambiguous placeNed Batchelder2016-06-121-16/+24