Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | A few more metacov clean ups | Ned Batchelder | 2014-09-28 | 2 | -7/+2 | |
| | ||||||
* | Pragmas for uncovered code | Ned Batchelder | 2014-09-28 | 5 | -14/+16 | |
| | ||||||
* | We changed the name of the class | Ned Batchelder | 2014-09-28 | 1 | -1/+1 | |
| | ||||||
* | Remove support for COVERAGE_OPTIONS environment variable. | Ned Batchelder | 2014-09-28 | 1 | -20/+0 | |
| | ||||||
* | Skip a test on Windows for now. | Ned Batchelder | 2014-09-27 | 1 | -0/+6 | |
| | ||||||
* | Make these proper unittest asserts | Ned Batchelder | 2014-09-26 | 1 | -14/+13 | |
| | ||||||
* | Some error checking and more tests for concurrency control. | Ned Batchelder | 2014-09-25 | 2 | -3/+19 | |
| | ||||||
* | "concurrency" is a better name that "coroutine" | Ned Batchelder | 2014-09-24 | 2 | -18/+18 | |
| | | | | | --HG-- rename : tests/test_coroutine.py => tests/test_concurrency.py | |||||
* | 2.7.8 changed how xmlcharrefreplace handles surrogates. | Ned Batchelder | 2014-09-21 | 2 | -11/+22 | |
| | ||||||
* | Some people running tests have a foo.py in their path... | Ned Batchelder | 2014-09-21 | 1 | -1/+1 | |
| | ||||||
* | Make the Fnmatcher work right on Windows. | Ned Batchelder | 2014-09-21 | 1 | -0/+8 | |
| | ||||||
* | Pylint upgrade and cleanup. | Ned Batchelder | 2014-09-21 | 2 | -2/+2 | |
| | ||||||
* | More things we don't need with the latest versions | Ned Batchelder | 2014-09-20 | 2 | -36/+33 | |
| | ||||||
* | Add greenlet tests | Ned Batchelder | 2014-09-20 | 1 | -3/+31 | |
| | ||||||
* | Coroutines are now only supported with the C tracer, and better error handling | Ned Batchelder | 2014-09-20 | 1 | -31/+57 | |
| | ||||||
* | Merge in the C implementation of coroutine support. | Ned Batchelder | 2014-09-17 | 1 | -1/+1 | |
|\ | ||||||
| * | Temporary debugging tweaks to tests | Ned Batchelder | 2014-07-31 | 1 | -1/+14 | |
| | | | | | | | | | | --HG-- branch : c-coroutine | |||||
| * | Update tests for really testing gevent with a C extension. | Ned Batchelder | 2014-07-31 | 1 | -2/+2 | |
| | | | | | | | | | | --HG-- branch : c-coroutine | |||||
* | | Gevent, etc, support finally works. #149 | Ned Batchelder | 2014-09-17 | 1 | -11/+22 | |
| | | ||||||
* | | Move test helpers into the coverage package so others can use them | Ned Batchelder | 2014-09-15 | 4 | -305/+10 | |
| | | | | | | | | | | --HG-- rename : tests/backunittest.py => coverage/backunittest.py | |||||
* | | Refactor the test tests too | Ned Batchelder | 2014-09-15 | 1 | -12/+16 | |
| | | ||||||
* | | Also refactor the temp file management. | Ned Batchelder | 2014-09-14 | 1 | -87/+87 | |
| | | ||||||
* | | Refactor the base test case into separate mixins using addCleanup | Ned Batchelder | 2014-09-14 | 1 | -80/+116 | |
| | | ||||||
* | | Progress on plugins | Ned Batchelder | 2014-09-14 | 1 | -7/+120 | |
| | | ||||||
* | | Make CoveragePlugin importable from coverage | Ned Batchelder | 2014-08-22 | 3 | -6/+6 | |
| | | ||||||
* | | Forgotten files | Ned Batchelder | 2014-08-21 | 4 | -0/+116 | |
| | | ||||||
* | | More-serious plugin support | Ned Batchelder | 2014-08-21 | 1 | -0/+24 | |
|/ | ||||||
* | Improve branch summarization | Ned Batchelder | 2014-07-08 | 2 | -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't | Ned Batchelder | 2014-07-06 | 1 | -19/+42 | |
| | ||||||
* | Read options from setup.cfg if .coveragerc not around. #304 | Ned Batchelder | 2014-07-05 | 1 | -53/+91 | |
| | ||||||
* | Fix non-comment encoding detection. | Anthony Sottile | 2014-06-29 | 1 | -0/+5 | |
| | | | | | --HG-- branch : fix_source_encoding | |||||
* | Prevent UnicodeDecodeErrors in html report. #303 | Ned Batchelder | 2014-06-11 | 1 | -21/+32 | |
| | ||||||
* | Add detail to the UnicodeDecodeError for #303 | Ned Batchelder | 2014-06-09 | 1 | -1/+22 | |
| | ||||||
* | Remove old stuff for old Pythons | Ned Batchelder | 2014-06-03 | 3 | -50/+37 | |
| | ||||||
* | Round fail-under result same as others. Fixed #284. | Ned Batchelder | 2014-06-03 | 3 | -29/+44 | |
| | ||||||
* | Make the test match the code better | Ned Batchelder | 2014-06-03 | 1 | -1/+1 | |
| | ||||||
* | Fix the new FnmatchMatcher for >100 patterns | Ned Batchelder | 2014-06-03 | 2 | -2/+10 | |
| | ||||||
* | Restore the intent of this test | Ned Batchelder | 2014-06-02 | 1 | -3/+9 | |
| | ||||||
* | Clean up the merged pull request | Ned Batchelder | 2014-06-01 | 1 | -4/+5 | |
| | ||||||
* | minor comment fix | Steve | 2014-05-26 | 1 | -2/+2 | |
| | ||||||
* | Fix formatting when no missing lines; improve tests | Steve | 2014-05-26 | 1 | -5/+32 | |
| | ||||||
* | Tests for --branch --show-missing summary; update AUTHORS.txt | Steve | 2014-05-26 | 1 | -0/+49 | |
| | ||||||
* | Switch some uses of old command line syntax to new | Ned Batchelder | 2014-05-18 | 9 | -34/+34 | |
| | ||||||
* | Continued refactoring of CodeUnit | Ned Batchelder | 2014-05-18 | 2 | -16/+16 | |
| | ||||||
* | Merged | Ned Batchelder | 2014-05-18 | 1 | -0/+16 | |
|\ | ||||||
| * | A test that the report command can use wildcards | Ned Batchelder | 2014-05-18 | 1 | -0/+16 | |
| | | ||||||
* | | Minor minor | Ned Batchelder | 2014-05-17 | 1 | -6/+8 | |
| | | ||||||
* | | Some day I will remember to fix pylint things before I check in the code. | Ned Batchelder | 2014-05-17 | 2 | -14/+16 | |
|/ | ||||||
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 14 | -55/+58 | |
| | ||||||
* | Finish up #305. | Ned Batchelder | 2014-05-17 | 1 | -0/+12 | |
| |