summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Oops, broke this other test using try_execfile.pyNed Batchelder2017-01-191-1/+2
* More-precise no-coverage pragmasNed Batchelder2017-01-196-17/+17
* This only happens on JythonNed Batchelder2017-01-191-1/+1
* Move the jython conditional for try_execfile.pyNed Batchelder2017-01-192-31/+25
* No test failures on JythonNed Batchelder2017-01-185-11/+47
* The ram test has always been flaky. Mark it as such.Ned Batchelder2017-01-181-0/+2
* A few more lines coveredNed Batchelder2017-01-171-3/+4
* Use @flaky to prevent occasional multiprocessing failuresNed Batchelder2017-01-171-0/+3
* Properly handle if-statements optimized away. #522Ned Batchelder2017-01-162-16/+97
* Oops, don't assume decorator arguments can be hashed.Ned Batchelder2017-01-161-2/+2
* A cleaner way to exclude Jython concerns from meta-coverage.Ned Batchelder2017-01-165-6/+6
* A better way to neuter decorators when not testing.Ned Batchelder2017-01-161-1/+11
* A one_of decorator for checking function arguments.Ned Batchelder2017-01-161-5/+18
* Tests of our bytes and unicode custom contractsNed Batchelder2017-01-161-1/+29
* Promote re_line and re_lines to real helpers, with tests.Ned Batchelder2017-01-154-31/+72
* Fix two warningsNed Batchelder2017-01-152-1/+3
* Add a test of CheckUniqueFilenamesNed Batchelder2017-01-152-4/+38
* Use the test method for setting the environment, so we can clean itNed Batchelder2017-01-151-1/+1
* More pragmas for test skipsNed Batchelder2017-01-144-5/+5
* Pragmas for impossible error checksNed Batchelder2017-01-141-2/+2
* Forgot a bunch of jython coverage pragmasNed Batchelder2017-01-144-7/+7
* Clean up for pull request #122Ned Batchelder2017-01-142-16/+30
* Merged in dachary/coverage.py/issue-426 (pull request #122)Ned Batchelder2017-01-143-6/+30
|\
| * simplify --source=pkg test casesloic@dachary.org2017-01-103-14/+4
| * source_for_file helper with unit testsloic@dachary.org2017-01-101-1/+26
| * make --source module do the same as --source directory #426loic@dachary.org2017-01-061-0/+9
* | Use different out directories for each farm testNed Batchelder2017-01-144-20/+20
* | 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-144-3/+31
* | Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-145-9/+33
* | Jython has no multiprocessing moduleNed Batchelder2017-01-133-4/+17
* | Pylint can be a bitch sometimesNed Batchelder2017-01-121-3/+5
* | Tweak some coverage pragmasNed Batchelder2017-01-112-30/+17
* | Fix a too-long lineNed Batchelder2017-01-111-1/+2
* | Delete html files when skipping covered filesNed Batchelder2017-01-111-0/+17
* | Remove explicit clean-up methods that just set an attributeNed Batchelder2017-01-112-17/+5
* | html total must account for files 100% covered #549loic@dachary.org2017-01-111-1/+10
|/
* These defensive OS checks are not coveredNed Batchelder2017-01-051-3/+3
* Mysterious case of 'coverage2' being available in py35, not sure whyNed Batchelder2017-01-031-0/+1
* Add tests for short_id, and pytest-ize an existing oneNed Batchelder2017-01-021-10/+20
* The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...Ned Batchelder2016-12-311-2/+2
* Don't run the atexit-gettrace test during metacovNed Batchelder2016-12-311-0/+3
* Add a test of the atexit/gettrace behaviorNed Batchelder2016-12-311-0/+31
* Remove an unused exception.Ned Batchelder2016-12-311-1/+1
* Remove hastiliy short-circuited check for conflicting include and sourceNed Batchelder2016-12-301-7/+0
* A test that isn't used yet, to test the refcount problem fixed this morningNed Batchelder2016-12-291-0/+37
* Revert the check for conflicting --source and --include. Closes #541, re-open...Ned Batchelder2016-12-281-0/+3
* Fix installation in ascii-default environments. #540Ned Batchelder2016-12-271-0/+5
* Make sure the excepthook is measured.Ned Batchelder2016-12-261-0/+9