summaryrefslogtreecommitdiff
path: root/tests/modules
Commit message (Collapse)AuthorAgeFilesLines
* Setuptools fixed their egg-ordering problem, no need for this test ↵Ned Batchelder2016-07-291-5/+0
| | | | workaround any more.
* Compensate for setuptools 25.0.0 seemingly doing sys.path differentlyNed Batchelder2016-07-241-0/+5
|
* Move try_execfile.py to an unambiguous placeNed Batchelder2016-06-122-0/+84
| | | | | | | | | Where it was, we were counting on "tests" referring to coverage.py's own tests directory, but a -e install of a helper like unittest-mixins could provide a tests directory, which prevented the imports we needed for the tests. Moving try_execfile.py to a new subdirectory with a less-common name solves the problem.
* Fix explicit imports of __init__. #410Ned Batchelder2015-10-131-0/+1
|
* Add docstring for source_token_linesNed Batchelder2015-08-102-0/+4
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-2412-0/+36
|
* Constructing the plugin is the plugin's businessNed Batchelder2015-07-052-2/+2
|
* Change how plugins are initialized. No more Plugin. Now coverage_init.Ned Batchelder2015-07-052-0/+6
|
* Make CoveragePlugin importable from coverageNed Batchelder2014-08-222-2/+2
|
* Forgotten filesNed Batchelder2014-08-213-0/+12
|
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-1/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-0226-0/+56
package.