summaryrefslogtreecommitdiff
path: root/tests/modules
Commit message (Collapse)AuthorAgeFilesLines
* A different way to group builtins, because it's fun, why not?Ned Batchelder2018-03-311-3/+8
|
* One last sensitivity to module docstringsNed Batchelder2017-10-051-3/+1
|
* Don't warn that namespace packages have no code. #572Ned Batchelder2017-05-041-0/+4
|
* Make the list of builtins more compact, since they are never the problem in ↵Ned Batchelder2017-03-051-2/+13
| | | | these tests
* Move the jython conditional for try_execfile.pyNed Batchelder2017-01-191-7/+2
|
* Merged in dachary/coverage.py/issue-426 (pull request #122)Ned Batchelder2017-01-141-1/+1
|\ | | | | | | make --source module do the same as --source directory #426
| * simplify --source=pkg test casesloic2017-01-101-1/+1
| | | | | | | | | | | | Instead of adding a new test, fix the existing test. It succeeded but was not actually testing the expected code path because pkg1 is both a directory and a package.
* | More Jython test fixes/skipsNed Batchelder2017-01-141-1/+7
|/
* Move the test program into the testNed Batchelder2016-12-243-5/+0
|
* also use AST for while constants in python-2.7 #502issue-502-7loic2016-12-153-0/+5
| | | | | | | | The node.id is set to False, True or None is python-2.7: there is no reason to only check for it with python-3. It is more reliable than using the DEFAULT_PARTIAL_ALWAYS regexps on source lines. close #502
* 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.