summaryrefslogtreecommitdiff
path: root/tests/test_coverage.py
Commit message (Expand)AuthorAgeFilesLines
* More bitbucket->github urlsNed Batchelder2020-08-181-1/+1
* Sort the text missing results by line number, not kindNed Batchelder2018-12-251-5/+5
* A simple test of a test functionNed Batchelder2018-11-111-0/+17
* Adapt to 3.8's way of tracing decorated functionsNed Batchelder2018-11-031-4/+12
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Undo some 3.7b4 ast tweaksNed Batchelder2018-06-021-11/+2
* Add an explicit test for weird module docstring behavior.Ned Batchelder2017-10-051-0/+23
* Python 3.7 no longer includes class docstrings in the lnotab tableNed Batchelder2017-10-051-1/+6
* Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-211-1/+1
* More pragmas for test skipsNed Batchelder2017-01-141-1/+1
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-121-2/+2
* Entry arcs now use the negative first line of the code object instead of -1.Ned Batchelder2016-03-021-1/+1
* Class docstrings shouldn't be considered executable. Not sure what happened ...Ned Batchelder2016-01-111-1/+1
* Class docstrings are executable.Ned Batchelder2016-01-101-1/+3
* Branch analysis is now done with AST instead of bytecodeNed Batchelder2016-01-071-19/+81
|\
| * Add some tests for uncovered casesNed Batchelder2016-01-061-1/+16
| * Merge in the default branchNed Batchelder2016-01-021-32/+44
| |\
| * | Better exception support, include except-except arcs, and except-elseNed Batchelder2016-01-021-12/+45
| * | Coding declarations are a pain in the assNed Batchelder2016-01-021-0/+9
| * | check_coverage now assumes empty missing and unpredicted, and uses branch alwaysNed Batchelder2016-01-011-6/+11
* | | Fix another form-feed problem, #461Ned Batchelder2016-01-051-0/+16
| |/ |/|
* | Change if-0 skips to real skips in the testsNed Batchelder2015-12-251-26/+26
* | if 0: might not do what we want, use a non-constantNed Batchelder2015-12-241-5/+5
* | Non-ascii characters work again in config regexes. Fixes #455.Ned Batchelder2015-12-241-1/+13
|/
* Fixing spellingNed Batchelder2015-08-041-4/+6
* Use the new class nameNed Batchelder2015-07-271-2/+5
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-2/+4
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-231-1/+1
* A better way to indicate that a tempdir test isn't making any files.Ned Batchelder2015-04-241-5/+1
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-13/+15
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-2/+3
* Accept more kinds of whitespace in pragmas. #334Ned Batchelder2014-11-271-1/+3
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-7/+7
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-24/+16
* No need for paren-less exec any more.Ned Batchelder2013-12-141-62/+29
* Oops, removing statements from tests means you have to adjust the line number...Ned Batchelder2013-12-141-2/+2
* Remove unnecessary __future__ imports.Ned Batchelder2013-12-141-4/+1
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-168/+164
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-281-1/+11
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+1730