Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A different way to group builtins, because it's fun, why not? | Ned Batchelder | 2018-03-31 | 1 | -3/+8 |
| | |||||
* | One last sensitivity to module docstrings | Ned Batchelder | 2017-10-05 | 1 | -3/+1 |
| | |||||
* | Don't warn that namespace packages have no code. #572 | Ned Batchelder | 2017-05-04 | 1 | -0/+4 |
| | |||||
* | Make the list of builtins more compact, since they are never the problem in ↵ | Ned Batchelder | 2017-03-05 | 1 | -2/+13 |
| | | | | these tests | ||||
* | Move the jython conditional for try_execfile.py | Ned Batchelder | 2017-01-19 | 1 | -7/+2 |
| | |||||
* | Merged in dachary/coverage.py/issue-426 (pull request #122) | Ned Batchelder | 2017-01-14 | 1 | -1/+1 |
|\ | | | | | | | make --source module do the same as --source directory #426 | ||||
| * | simplify --source=pkg test cases | loic | 2017-01-10 | 1 | -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/skips | Ned Batchelder | 2017-01-14 | 1 | -1/+7 |
|/ | |||||
* | Move the test program into the test | Ned Batchelder | 2016-12-24 | 3 | -5/+0 |
| | |||||
* | also use AST for while constants in python-2.7 #502issue-502-7 | loic | 2016-12-15 | 3 | -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 Batchelder | 2016-07-29 | 1 | -5/+0 |
| | | | | workaround any more. | ||||
* | Compensate for setuptools 25.0.0 seemingly doing sys.path differently | Ned Batchelder | 2016-07-24 | 1 | -0/+5 |
| | |||||
* | Move try_execfile.py to an unambiguous place | Ned Batchelder | 2016-06-12 | 2 | -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__. #410 | Ned Batchelder | 2015-10-13 | 1 | -0/+1 |
| | |||||
* | Add docstring for source_token_lines | Ned Batchelder | 2015-08-10 | 2 | -0/+4 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 12 | -0/+36 |
| | |||||
* | Constructing the plugin is the plugin's business | Ned Batchelder | 2015-07-05 | 2 | -2/+2 |
| | |||||
* | Change how plugins are initialized. No more Plugin. Now coverage_init. | Ned Batchelder | 2015-07-05 | 2 | -0/+6 |
| | |||||
* | Make CoveragePlugin importable from coverage | Ned Batchelder | 2014-08-22 | 2 | -2/+2 |
| | |||||
* | Forgotten files | Ned Batchelder | 2014-08-21 | 3 | -0/+12 |
| | |||||
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 26 | -0/+56 |
package. |