summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* A few more metacov clean upsNed Batchelder2014-09-282-7/+2
|
* Pragmas for uncovered codeNed Batchelder2014-09-285-14/+16
|
* We changed the name of the classNed Batchelder2014-09-281-1/+1
|
* Remove support for COVERAGE_OPTIONS environment variable.Ned Batchelder2014-09-281-20/+0
|
* Skip a test on Windows for now.Ned Batchelder2014-09-271-0/+6
|
* Make these proper unittest assertsNed Batchelder2014-09-261-14/+13
|
* Some error checking and more tests for concurrency control.Ned Batchelder2014-09-252-3/+19
|
* "concurrency" is a better name that "coroutine"Ned Batchelder2014-09-242-18/+18
| | | | | --HG-- rename : tests/test_coroutine.py => tests/test_concurrency.py
* 2.7.8 changed how xmlcharrefreplace handles surrogates.Ned Batchelder2014-09-212-11/+22
|
* Some people running tests have a foo.py in their path...Ned Batchelder2014-09-211-1/+1
|
* Make the Fnmatcher work right on Windows.Ned Batchelder2014-09-211-0/+8
|
* Pylint upgrade and cleanup.Ned Batchelder2014-09-212-2/+2
|
* More things we don't need with the latest versionsNed Batchelder2014-09-202-36/+33
|
* Add greenlet testsNed Batchelder2014-09-201-3/+31
|
* Coroutines are now only supported with the C tracer, and better error handlingNed Batchelder2014-09-201-31/+57
|
* Merge in the C implementation of coroutine support.Ned Batchelder2014-09-171-1/+1
|\
| * Temporary debugging tweaks to testsNed Batchelder2014-07-311-1/+14
| | | | | | | | | | --HG-- branch : c-coroutine
| * Update tests for really testing gevent with a C extension.Ned Batchelder2014-07-311-2/+2
| | | | | | | | | | --HG-- branch : c-coroutine
* | Gevent, etc, support finally works. #149Ned Batchelder2014-09-171-11/+22
| |
* | Move test helpers into the coverage package so others can use themNed Batchelder2014-09-154-305/+10
| | | | | | | | | | --HG-- rename : tests/backunittest.py => coverage/backunittest.py
* | Refactor the test tests tooNed Batchelder2014-09-151-12/+16
| |
* | 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
| |
* | Progress on pluginsNed Batchelder2014-09-141-7/+120
| |
* | Make CoveragePlugin importable from coverageNed Batchelder2014-08-223-6/+6
| |
* | Forgotten filesNed Batchelder2014-08-214-0/+116
| |
* | More-serious plugin supportNed Batchelder2014-08-211-0/+24
|/
* Improve branch summarizationNed Batchelder2014-07-082-14/+38
| | | | | It failed completely on more than one file! Removed the Branches label, and no longer report missing branches implied by missing lines.
* Fix up the coroutine tests, now eventlet works? But gevent still doesn'tNed Batchelder2014-07-061-19/+42
|
* Read options from setup.cfg if .coveragerc not around. #304Ned Batchelder2014-07-051-53/+91
|
* Fix non-comment encoding detection.Anthony Sottile2014-06-291-0/+5
| | | | | --HG-- branch : fix_source_encoding
* Prevent UnicodeDecodeErrors in html report. #303Ned Batchelder2014-06-111-21/+32
|
* Add detail to the UnicodeDecodeError for #303Ned Batchelder2014-06-091-1/+22
|
* Remove old stuff for old PythonsNed Batchelder2014-06-033-50/+37
|
* Round fail-under result same as others. Fixed #284.Ned Batchelder2014-06-033-29/+44
|
* Make the test match the code betterNed Batchelder2014-06-031-1/+1
|
* Fix the new FnmatchMatcher for >100 patternsNed Batchelder2014-06-032-2/+10
|
* Restore the intent of this testNed Batchelder2014-06-021-3/+9
|
* Clean up the merged pull requestNed Batchelder2014-06-011-4/+5
|
* minor comment fixSteve2014-05-261-2/+2
|
* Fix formatting when no missing lines; improve testsSteve2014-05-261-5/+32
|
* Tests for --branch --show-missing summary; update AUTHORS.txtSteve2014-05-261-0/+49
|
* Switch some uses of old command line syntax to newNed Batchelder2014-05-189-34/+34
|
* Continued refactoring of CodeUnitNed Batchelder2014-05-182-16/+16
|
* MergedNed Batchelder2014-05-181-0/+16
|\
| * A test that the report command can use wildcardsNed Batchelder2014-05-181-0/+16
| |
* | 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-172-14/+16
|/
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-1714-55/+58
|
* Finish up #305.Ned Batchelder2014-05-171-0/+12
|