summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Treat config_file=".coveragerc" the same as config_file=True. #357Ned Batchelder2015-02-113-4/+37
|
* Get the tracer right for metacovNed Batchelder2015-02-102-2/+6
|
* Remove functions we're not using.Ned Batchelder2015-02-101-8/+0
|
* Fix a bad check that was causing mysterious py2/py3 differencesNed Batchelder2015-02-103-5/+13
|
* Show file_tracers in debug sysNed Batchelder2015-02-091-0/+3
|
* Vertical importsNed Batchelder2015-02-095-5/+24
|
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-098-19/+18
|
* Remove 4 pylint warnings.Ned Batchelder2015-02-094-1/+4
|
* Plugin support is now only in the CTracer, not in the PyTracer.Ned Batchelder2015-02-097-43/+50
|
* Don't need this any moreNed Batchelder2015-02-082-5/+1
|
* CPython 3.5.0a1 was announced 40 minutes ago. Isn't it time coverage.py ↵Ned Batchelder2015-02-083-3/+9
| | | | supported it?
* Plugin support is in C tracer as well as Python tracerNed Batchelder2015-02-085-61/+126
|
* You got me, pylint!Ned Batchelder2015-02-081-1/+1
|
* Plugin modules have to define a Plugin class, or an error happens.Ned Batchelder2015-02-082-6/+13
|
* PylintNed Batchelder2015-02-081-4/+4
|
* Test omitted plugin-measured files.Ned Batchelder2015-02-081-1/+9
|
* Re-use CheckUniqueFilenames for test_collector.pyNed Batchelder2015-02-084-45/+42
|
* Useful debugging help.Ned Batchelder2015-02-083-0/+20
|
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-079-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 Batchelder2015-02-072-1/+2
|
* Fix a method name to be snake_case.Ned Batchelder2015-02-071-4/+4
|
* A better comment.Ned Batchelder2015-02-071-1/+1
|
* Change how we snoop on callbacks, and how we skip tests.Ned Batchelder2015-02-071-90/+98
|
* Use goto-error style in more placesNed Batchelder2015-02-071-20/+35
|
* Add a no-op method to the base class to make branch coverage work with ↵Ned Batchelder2015-02-062-0/+4
| | | | plugins. Thanks, Jessamyn Smith.
* Move stats.errors stuff to reduce repetition and noiseNed Batchelder2015-02-061-15/+4
|
* Switch to 'goto error' style to reduce the number of DECREFs neededNed Batchelder2015-02-061-37/+27
|
* Don't need these includes any moreNed Batchelder2015-02-041-2/+0
|
* Clean up some pylint complaintsNed Batchelder2015-02-022-17/+21
|
* Ignore more directories when linting.Ned Batchelder2015-02-021-4/+10
|
* Trailing whitespace.Ned Batchelder2015-02-022-2/+2
|
* Simplify the plugin selection logic.Ned Batchelder2015-02-011-32/+26
|
* Make process_startup idempotent, to fix #340.Ned Batchelder2015-02-013-7/+30
|
* Things to doNed Batchelder2015-01-311-4/+11
|
* Sort authors by entire name, not "last" name.Ned Batchelder2015-01-311-39/+39
|
* Multiprocess support doesn't work yet on Windows.Ned Batchelder2015-01-312-6/+17
|
* Wildly experimental multiprocessing support. Covers most of #117.Ned Batchelder2015-01-306-3/+110
|
* Add a disabled test that demonstrates bug #351.Ned Batchelder2015-01-291-5/+13
|
* Give a reasonable warning for a previous assert. Closes #353.Ned Batchelder2015-01-263-6/+37
|
* Fix the tests that were looking for the doc URL.Ned Batchelder2015-01-266-6/+6
|
* Bump the versions; docs now at readthedocsNed Batchelder2015-01-264-7/+9
|
* Coverage 4.0a4Ned Batchelder2015-01-251-0/+1
|
* Prepare for 4.0a4coverage-4.0a4Ned Batchelder2015-01-255-9/+22
|
* Keep windows workingNed Batchelder2015-01-252-3/+10
|
* More plugin doc tweaksNed Batchelder2015-01-252-11/+19
|
* Update version numberNed Batchelder2015-01-251-1/+1
|
* Rename plugin.rst to plugins.rstNed Batchelder2015-01-252-1/+1
| | | | | --HG-- rename : doc/plugin.rst => doc/plugins.rst
* More docs about plugins.Ned Batchelder2015-01-253-7/+70
|
* Move flat_rootname to the base classNed Batchelder2015-01-242-19/+12
|
* Delete obsolete attribute.Ned Batchelder2015-01-241-6/+0
|