summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove every last trace of CodeUnit, and bring me a glass of vodkaNed Batchelder2015-02-229-53/+53
|
* codeunit -> filereporterNed Batchelder2015-02-211-0/+0
| | | | | --HG-- rename : tests/test_codeunit.py => tests/test_filereporter.py
* Rename CodeUnit to FileReporterNed Batchelder2015-02-213-23/+25
|
* Get rid of CodeUnit, FileReporter is the new thing.Ned Batchelder2015-02-215-60/+36
|
* Fix a symptom-less error in tracer.c, and lots of other suggested fixes ↵Ned Batchelder2015-02-211-4/+18
| | | | noted from Yhg1s.
* Make the test a little nicer.Ned Batchelder2015-02-211-5/+6
|
* Oops, test broken by last commit.Ned Batchelder2015-02-211-3/+7
|
* Disable plugins if we can't support them, and show that in debug output.Ned Batchelder2015-02-211-4/+11
|
* Keep cleaning even if test_farm doesn't succeed.Ned Batchelder2015-02-211-1/+1
|
* Don't report negative line numbers through get_line_dataNed Batchelder2015-02-193-2/+34
|
* Pep8 fixes.Ned Batchelder2015-02-191-27/+27
|
* A Makefile target for copying kits to a local distribution point.Ned Batchelder2015-02-191-0/+3
|
* Don't need this variableNed Batchelder2015-02-191-1/+1
|
* Make branch=True get along with plugins.Ned Batchelder2015-02-182-14/+38
|
* Properly handle crazy-long code objects. #359Ned Batchelder2015-02-175-9/+51
|
* Change the tagging scheme so rtfd.org will work better.Ned Batchelder2015-02-163-4/+6
|
* Scooch the version to a6Ned Batchelder2015-02-161-1/+1
|
* Coverage 4.0a5Ned Batchelder2015-02-161-0/+1
|
* Ship 4.0a5coverage-4.0a5Ned Batchelder2015-02-167-19/+75
|
* Do at least a little error checking on the return from line_number_range.Ned Batchelder2015-02-161-0/+3
|
* Fix some refcounting mistakesNed Batchelder2015-02-161-8/+8
|
* Refactor the trace function into smaller piecesNed Batchelder2015-02-151-219/+296
|
* Protect against misbehaving plugins.Ned Batchelder2015-02-155-23/+156
| | | | | Also, test some misbehavior, and move our own annotations of plugins into prefixed attributes.
* Move some code to where it belongsNed Batchelder2015-02-144-40/+53
|
* fooNed Batchelder2015-02-141-2/+2
|
* PylintNed Batchelder2015-02-142-8/+9
|
* addCleanup cleanupNed Batchelder2015-02-133-5/+4
|
* Always make the current directory importable. #358Ned Batchelder2015-02-133-0/+27
|
* CHANGES tweaksNed Batchelder2015-02-121-2/+2
|
* 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
|