Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | A better comment. | Ned Batchelder | 2015-02-07 | 1 | -1/+1 | |
| | ||||||
* | Change how we snoop on callbacks, and how we skip tests. | Ned Batchelder | 2015-02-07 | 1 | -90/+98 | |
| | ||||||
* | Use goto-error style in more places | Ned Batchelder | 2015-02-07 | 1 | -20/+35 | |
| | ||||||
* | Add a no-op method to the base class to make branch coverage work with ↵ | Ned Batchelder | 2015-02-06 | 2 | -0/+4 | |
| | | | | plugins. Thanks, Jessamyn Smith. | |||||
* | Move stats.errors stuff to reduce repetition and noise | Ned Batchelder | 2015-02-06 | 1 | -15/+4 | |
| | ||||||
* | Switch to 'goto error' style to reduce the number of DECREFs needed | Ned Batchelder | 2015-02-06 | 1 | -37/+27 | |
| | ||||||
* | Don't need these includes any more | Ned Batchelder | 2015-02-04 | 1 | -2/+0 | |
| | ||||||
* | Clean up some pylint complaints | Ned Batchelder | 2015-02-02 | 2 | -17/+21 | |
| | ||||||
* | Ignore more directories when linting. | Ned Batchelder | 2015-02-02 | 1 | -4/+10 | |
| | ||||||
* | Trailing whitespace. | Ned Batchelder | 2015-02-02 | 2 | -2/+2 | |
| | ||||||
* | Simplify the plugin selection logic. | Ned Batchelder | 2015-02-01 | 1 | -32/+26 | |
| | ||||||
* | Make process_startup idempotent, to fix #340. | Ned Batchelder | 2015-02-01 | 3 | -7/+30 | |
| | ||||||
* | Things to do | Ned Batchelder | 2015-01-31 | 1 | -4/+11 | |
| | ||||||
* | Sort authors by entire name, not "last" name. | Ned Batchelder | 2015-01-31 | 1 | -39/+39 | |
| | ||||||
* | Multiprocess support doesn't work yet on Windows. | Ned Batchelder | 2015-01-31 | 2 | -6/+17 | |
| | ||||||
* | Wildly experimental multiprocessing support. Covers most of #117. | Ned Batchelder | 2015-01-30 | 6 | -3/+110 | |
| | ||||||
* | Add a disabled test that demonstrates bug #351. | Ned Batchelder | 2015-01-29 | 1 | -5/+13 | |
| | ||||||
* | Give a reasonable warning for a previous assert. Closes #353. | Ned Batchelder | 2015-01-26 | 3 | -6/+37 | |
| | ||||||
* | Fix the tests that were looking for the doc URL. | Ned Batchelder | 2015-01-26 | 6 | -6/+6 | |
| | ||||||
* | Bump the versions; docs now at readthedocs | Ned Batchelder | 2015-01-26 | 4 | -7/+9 | |
| | ||||||
* | Coverage 4.0a4 | Ned Batchelder | 2015-01-25 | 1 | -0/+1 | |
| | ||||||
* | Prepare for 4.0a4coverage-4.0a4 | Ned Batchelder | 2015-01-25 | 5 | -9/+22 | |
| | ||||||
* | Keep windows working | Ned Batchelder | 2015-01-25 | 2 | -3/+10 | |
| | ||||||
* | More plugin doc tweaks | Ned Batchelder | 2015-01-25 | 2 | -11/+19 | |
| | ||||||
* | Update version number | Ned Batchelder | 2015-01-25 | 1 | -1/+1 | |
| | ||||||
* | Rename plugin.rst to plugins.rst | Ned Batchelder | 2015-01-25 | 2 | -1/+1 | |
| | | | | | --HG-- rename : doc/plugin.rst => doc/plugins.rst | |||||
* | More docs about plugins. | Ned Batchelder | 2015-01-25 | 3 | -7/+70 | |
| | ||||||
* | Move flat_rootname to the base class | Ned Batchelder | 2015-01-24 | 2 | -19/+12 | |
| | ||||||
* | Delete obsolete attribute. | Ned Batchelder | 2015-01-24 | 1 | -6/+0 | |
| |