summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | No need for subprocesses to test HTML reportingNed Batchelder2016-12-241-8/+6
* | Merged in dachary/coverage.py/issue-433-2 (pull request #112)Ned Batchelder2016-12-242-1/+37
|\ \
| * | html report --skip-covered with branches #433issue-433-2loic2016-12-191-0/+18
| * | implement --skip-covered for html report #433loic2016-12-182-1/+19
* | | 2.6 and 2.7 are not different wrt constants in while loopsNed Batchelder2016-12-241-11/+5
* | | Provide some help in interpreting test failuresNed Batchelder2016-12-241-3/+3
* | | Move the test program into the testNed Batchelder2016-12-245-16/+15
* | | also use AST for while constants in python-2.7 #502issue-502-7loic2016-12-155-5/+29
* | | Bug #496 wasn't about the single-line continue, just the constant while.Ned Batchelder2016-12-181-3/+4
* | | Fix #496, while-true loop with a continue.Ned Batchelder2016-12-181-0/+16
* | | Clean up #493 fixNed Batchelder2016-12-181-24/+9
* | | Merged in dachary/coverage.py/issue-493-2 (pull request #108)Ned Batchelder2016-12-184-3/+27
|\ \ \
| * | | Add a "make smoke" target for a quick test run.Ned Batchelder2016-12-181-0/+3
| * | | Provide a more useful error message if failing to run a non-Python file. #514Ned Batchelder2016-12-171-0/+19
| * | | --source and --include are mutually exclusive #265issue-265loic2016-12-162-3/+5
| |/ /
* | | finally happens before return in a try #493issue-493-2loic2016-12-181-0/+18
|/ /
* | Give this variable a more descriptive nameNed Batchelder2016-12-141-8/+8
* | report must ignore skipped files #524issue-524-2loic2016-12-121-4/+25
* | Prevent UnicodeErrors in HTML reports with Unicode configuration valuesNed Batchelder2016-12-061-0/+7
* | 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
* | Test excluded lines in the html reportNed Batchelder2016-11-303-4/+18
* | A test of status.json having the wrong formatNed Batchelder2016-11-291-0/+22
|/
* More-accurate pragmasNed Batchelder2016-11-291-2/+2
* Cover a few edge cases in phystokens.pyNed Batchelder2016-11-281-12/+27
* Async protocol changed in 3.5.2. Remove a deprecation warningNed Batchelder2016-11-271-1/+1
* Fix two problems with xdist'ed testsNed Batchelder2016-11-262-2/+5
* 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