summaryrefslogtreecommitdiff
path: root/tests/modules
Commit message (Expand)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 t...Ned Batchelder2017-03-051-2/+13
* 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
|\
| * simplify --source=pkg test casesloic2017-01-101-1/+1
* | 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
* Setuptools fixed their egg-ordering problem, no need for this test workaround...Ned Batchelder2016-07-291-5/+0
* 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
* 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 pack...Ned Batchelder2013-02-0226-0/+56