summaryrefslogtreecommitdiff
path: root/tests/coveragetest.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged PR 74, thanks Ben FinneyNed Batchelder2015-11-141-18/+54
|\
| * Replace ‘coverage’ command with actual Coverage.py command name.Ben Finney2015-10-281-0/+12
| |
| * Split and re-assemble command line for special handling command name.Ben Finney2015-10-281-3/+9
| |
| * Clarify ‘CoverageTest.run_command’ conditions and behaviour.Ben Finney2015-10-281-10/+20
| |
| * Make an equivalent to ‘shlex.quote’ available in Python < 3.3.Ben Finney2015-10-281-0/+8
| |
* | Fix settrace(py_func). #436.Ned Batchelder2015-11-011-2/+8
|/
* --skip-covered shouldn't change the final result. #423.Ned Batchelder2015-10-101-4/+5
|
* A better way to test for warnings.Ned Batchelder2015-10-031-0/+25
|
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
|
* Make sure FileReporters are called once for their data.Ned Batchelder2015-08-091-17/+11
|
* Fix a few more occurrences of 'Coverage' to 'coverage.py'Ned Batchelder2015-07-271-2/+2
|
* Use the new class nameNed Batchelder2015-07-271-3/+3
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
|
* Remove some unneeded __init__.py importsNed Batchelder2015-07-231-1/+2
|
* Add test of the debug output when reading/writing dataNed Batchelder2015-07-181-1/+11
|
* Move suffix logic into data.pyNed Batchelder2015-07-151-1/+1
|
* Refactor datetime recency testing into a tested test helperNed Batchelder2015-04-251-0/+9
|
* Don't report negative line numbers through get_line_dataNed Batchelder2015-02-191-0/+4
|
* Properly handle crazy-long code objects. #359Ned Batchelder2015-02-171-5/+7
|
* Move some code to where it belongsNed Batchelder2015-02-141-10/+13
|
* Vertical importsNed Batchelder2015-02-091-1/+7
|
* Remove 4 pylint warnings.Ned Batchelder2015-02-091-0/+1
|
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-0/+6
| | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped.
* Fix a method name to be snake_case.Ned Batchelder2015-02-071-4/+4
|
* Remove unused importsNed Batchelder2015-01-101-1/+0
|
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵Ned Batchelder2014-12-121-1/+1
| | | | them.
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-3/+3
|
* Make the test helpers more correct on their own.Ned Batchelder2014-10-051-4/+1
|
* Pragmas for uncovered codeNed Batchelder2014-09-281-4/+5
|
* Move test helpers into the coverage package so others can use themNed Batchelder2014-09-151-258/+8
| | | | | --HG-- rename : tests/backunittest.py => coverage/backunittest.py
* Also refactor the temp file management.Ned Batchelder2014-09-141-87/+87
|
* Refactor the base test case into separate mixins using addCleanupNed Batchelder2014-09-141-80/+116
|
* Improve branch summarizationNed Batchelder2014-07-081-4/+13
| | | | | It failed completely on more than one file! Removed the Branches label, and no longer report missing branches implied by missing lines.
* Remove old stuff for old PythonsNed Batchelder2014-06-031-5/+2
|
* Round fail-under result same as others. Fixed #284.Ned Batchelder2014-06-031-1/+17
|
* Minor minorNed Batchelder2014-05-171-6/+8
|
* Some day I will remember to fix pylint things before I check in the code.Ned Batchelder2014-05-171-2/+3
|
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-16/+5
|
* Cleaner tests of the file matchersNed Batchelder2014-03-111-5/+7
|
* Add assert_starts_withNed Batchelder2013-12-141-0/+5
|
* Merged 4.0 to defaultNed Batchelder2013-12-131-22/+14
|\
| * with statements: no more finally closeNed Batchelder2013-10-201-8/+4
| | | | | | | | | | --HG-- branch : 4.0
| * Now I can use collections.defaultdictNed Batchelder2013-10-201-6/+3
| | | | | | | | | | --HG-- branch : 4.0
| * Generator expressons are ok now.Ned Batchelder2013-10-191-5/+5
| | | | | | | | | | --HG-- branch : 4.0
| * Now I can use decorators.Ned Batchelder2013-10-191-1/+1
| | | | | | | | | | --HG-- branch : 4.0
| * Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-2/+1
| | | | | | | | | | --HG-- branch : 4.0
* | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-231-3/+4
|/
* Can't just run 'python' in a subprocess from 3.x, since it doesn't install ↵Ned Batchelder2013-10-051-0/+8
| | | | as 'python'.
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-051-4/+7
|
* Add tooling to find test classes that use temp directories and don't need to.Ned Batchelder2013-09-281-0/+64
|