Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove every last trace of CodeUnit, and bring me a glass of vodka | Ned Batchelder | 2015-02-22 | 9 | -53/+53 |
| | |||||
* | codeunit -> filereporter | Ned Batchelder | 2015-02-21 | 1 | -0/+0 |
| | | | | | --HG-- rename : tests/test_codeunit.py => tests/test_filereporter.py | ||||
* | Rename CodeUnit to FileReporter | Ned Batchelder | 2015-02-21 | 3 | -23/+25 |
| | |||||
* | Get rid of CodeUnit, FileReporter is the new thing. | Ned Batchelder | 2015-02-21 | 5 | -60/+36 |
| | |||||
* | Fix a symptom-less error in tracer.c, and lots of other suggested fixes ↵ | Ned Batchelder | 2015-02-21 | 1 | -4/+18 |
| | | | | noted from Yhg1s. | ||||
* | Make the test a little nicer. | Ned Batchelder | 2015-02-21 | 1 | -5/+6 |
| | |||||
* | Oops, test broken by last commit. | Ned Batchelder | 2015-02-21 | 1 | -3/+7 |
| | |||||
* | Disable plugins if we can't support them, and show that in debug output. | Ned Batchelder | 2015-02-21 | 1 | -4/+11 |
| | |||||
* | Keep cleaning even if test_farm doesn't succeed. | Ned Batchelder | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | Don't report negative line numbers through get_line_data | Ned Batchelder | 2015-02-19 | 3 | -2/+34 |
| | |||||
* | Pep8 fixes. | Ned Batchelder | 2015-02-19 | 1 | -27/+27 |
| | |||||
* | A Makefile target for copying kits to a local distribution point. | Ned Batchelder | 2015-02-19 | 1 | -0/+3 |
| | |||||
* | Don't need this variable | Ned Batchelder | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | Make branch=True get along with plugins. | Ned Batchelder | 2015-02-18 | 2 | -14/+38 |
| | |||||
* | Properly handle crazy-long code objects. #359 | Ned Batchelder | 2015-02-17 | 5 | -9/+51 |
| | |||||
* | Change the tagging scheme so rtfd.org will work better. | Ned Batchelder | 2015-02-16 | 3 | -4/+6 |
| | |||||
* | Scooch the version to a6 | Ned Batchelder | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | Coverage 4.0a5 | Ned Batchelder | 2015-02-16 | 1 | -0/+1 |
| | |||||
* | Ship 4.0a5coverage-4.0a5 | Ned Batchelder | 2015-02-16 | 7 | -19/+75 |
| | |||||
* | Do at least a little error checking on the return from line_number_range. | Ned Batchelder | 2015-02-16 | 1 | -0/+3 |
| | |||||
* | Fix some refcounting mistakes | Ned Batchelder | 2015-02-16 | 1 | -8/+8 |
| | |||||
* | Refactor the trace function into smaller pieces | Ned Batchelder | 2015-02-15 | 1 | -219/+296 |
| | |||||
* | Protect against misbehaving plugins. | Ned Batchelder | 2015-02-15 | 5 | -23/+156 |
| | | | | | Also, test some misbehavior, and move our own annotations of plugins into prefixed attributes. | ||||
* | Move some code to where it belongs | Ned Batchelder | 2015-02-14 | 4 | -40/+53 |
| | |||||
* | foo | Ned Batchelder | 2015-02-14 | 1 | -2/+2 |
| | |||||
* | Pylint | Ned Batchelder | 2015-02-14 | 2 | -8/+9 |
| | |||||
* | addCleanup cleanup | Ned Batchelder | 2015-02-13 | 3 | -5/+4 |
| | |||||
* | Always make the current directory importable. #358 | Ned Batchelder | 2015-02-13 | 3 | -0/+27 |
| | |||||
* | CHANGES tweaks | Ned Batchelder | 2015-02-12 | 1 | -2/+2 |
| | |||||
* | Treat config_file=".coveragerc" the same as config_file=True. #357 | Ned Batchelder | 2015-02-11 | 3 | -4/+37 |
| | |||||
* | Get the tracer right for metacov | Ned Batchelder | 2015-02-10 | 2 | -2/+6 |
| | |||||
* | Remove functions we're not using. | Ned Batchelder | 2015-02-10 | 1 | -8/+0 |
| | |||||
* | Fix a bad check that was causing mysterious py2/py3 differences | Ned Batchelder | 2015-02-10 | 3 | -5/+13 |
| | |||||
* | Show file_tracers in debug sys | Ned Batchelder | 2015-02-09 | 1 | -0/+3 |
| | |||||
* | Vertical imports | Ned Batchelder | 2015-02-09 | 5 | -5/+24 |
| | |||||
* | Remove (most) tearDown functions in favor of addCleanup | Ned Batchelder | 2015-02-09 | 8 | -19/+18 |
| | |||||
* | Remove 4 pylint warnings. | Ned Batchelder | 2015-02-09 | 4 | -1/+4 |
| | |||||
* | Plugin support is now only in the CTracer, not in the PyTracer. | Ned Batchelder | 2015-02-09 | 7 | -43/+50 |
| | |||||
* | Don't need this any more | Ned Batchelder | 2015-02-08 | 2 | -5/+1 |
| | |||||
* | CPython 3.5.0a1 was announced 40 minutes ago. Isn't it time coverage.py ↵ | Ned Batchelder | 2015-02-08 | 3 | -3/+9 |
| | | | | supported it? | ||||
* | Plugin support is in C tracer as well as Python tracer | Ned Batchelder | 2015-02-08 | 5 | -61/+126 |
| | |||||
* | You got me, pylint! | Ned Batchelder | 2015-02-08 | 1 | -1/+1 |
| | |||||
* | Plugin modules have to define a Plugin class, or an error happens. | Ned Batchelder | 2015-02-08 | 2 | -6/+13 |
| | |||||
* | Pylint | Ned Batchelder | 2015-02-08 | 1 | -4/+4 |
| | |||||
* | Test omitted plugin-measured files. | Ned Batchelder | 2015-02-08 | 1 | -1/+9 |
| | |||||
* | Re-use CheckUniqueFilenames for test_collector.py | Ned Batchelder | 2015-02-08 | 4 | -45/+42 |
| | |||||
* | Useful debugging help. | Ned Batchelder | 2015-02-08 | 3 | -0/+20 |
| | |||||
* | Fully embrace SkipTest with our own method. | Ned Batchelder | 2015-02-07 | 9 | -145/+156 |
| | | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped. | ||||
* | Make sure all tests use super().setUp properly. | Ned Batchelder | 2015-02-07 | 2 | -1/+2 |
| | |||||
* | Fix a method name to be snake_case. | Ned Batchelder | 2015-02-07 | 1 | -4/+4 |
| |