summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use the test-specific chdir methodNed Batchelder2017-02-112-4/+2
* Refactor module cleaning so we can use it outside of testsNed Batchelder2017-02-112-17/+34
* Get rid of an unnecessary methodNed Batchelder2017-02-104-17/+9
* Run two files to be sure we know what error we'll getNed Batchelder2017-02-101-2/+4
* Fix some coverage pragmasNed Batchelder2017-02-072-8/+8
* Give a test helper a better nameNed Batchelder2017-02-041-4/+4
* Fiddle with, and test, format_linesNed Batchelder2017-02-031-1/+15
* Split tests into their own filesNed Batchelder2017-02-033-71/+86
* Move the decorator out of the metaclass, so we can test itNed Batchelder2017-01-262-14/+36
* Use a metaclass to convert StopEverything to SkipTestNed Batchelder2017-01-252-4/+30
* Get rid of some unused code pathsNed Batchelder2017-01-204-39/+12
* A better way to deal with StopEverything exceptionsNed Batchelder2017-01-191-10/+1
* 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
|/