summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Get some more diagnostic output on Travis.Ned Batchelder2013-09-161-0/+3
|
* Improve and more fully test the first-blank-line decoding fix. Thanks, ↵Ned Batchelder2013-09-164-15/+52
| | | | Roger Hu.
* Merged in rogerjhu/coverage.py (pull request #19)Ned Batchelder2013-09-162-2/+16
|\ | | | | | | Make UTF-8 detection more robust.
| * Make UTF-8 detection more robust.Roger Hu2013-05-252-2/+16
| | | | | | | | | | If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and doesn't try for the 2nd line.
* | Add one more assertion to a test about COVERAGE_PROCESS_START.Ned Batchelder2013-09-151-1/+3
| |
* | Satisfy pylint.Ned Batchelder2013-09-151-3/+3
| |
* | Always show long diffs in test failures.Ned Batchelder2013-09-152-2/+4
| |
* | Get rid of locals(). Thanks for the prod, Brett Cannon.Ned Batchelder2013-09-151-14/+15
| |
* | Skip bug212 on py3, it isn't fixed yet.Ned Batchelder2013-09-151-1/+3
| |
* | Make our sys.path adjustment more robust.Ned Batchelder2013-09-151-2/+5
| | | | | | | | | | | | Nose uses a custom importer that seems to cache. Using "" for the current directory gets it confused for some reason, but only on a Mac, using Py3.3, in a virtualenv!
* | This works on travisci.orgNed Batchelder2013-09-141-2/+0
| |
* | Maybe 'develop' is better than 'install'?Ned Batchelder2013-09-142-1/+5
| |
* | Maybe this will be right for travisNed Batchelder2013-09-141-8/+9
| |
* | Make travis.yml more like tox.iniNed Batchelder2013-09-131-3/+6
| |
* | Update travis to the latest way of running tests.Ned Batchelder2013-09-131-6/+4
| |
* | Make a change to see a change.Ned Batchelder2013-09-131-0/+2
| |
* | Clean up .travis.ymlNed Batchelder2013-09-122-1/+2
| |
* | Merged in msabramo/coverage_msabramo_travis (pull request #7)Ned Batchelder2013-09-121-0/+19
|\ \ | | | | | | | | | Add .travis.yml for Travis CI (http://travis-ci.org/)
| * | Add .travis.yml for Travis CI (http://travis-ci.org/)Marc Abramowitz2012-06-251-0/+19
| | |
* | | Tests for debug tracing features.Ned Batchelder2013-09-122-1/+92
| | |
* | | Fix some line endings and whitespace.Ned Batchelder2013-09-116-246/+247
| | |
* | | Make the should_trace_cache test a little more bullet-proof.Ned Batchelder2013-09-081-1/+8
| | |
* | | A test that the collector is using the should_trace_cache properly.Ned Batchelder2013-09-081-0/+47
| | |
* | | More --debug options, split code into separate objects.Ned Batchelder2013-09-088-65/+140
| | |
* | | Oops, it's 2013 already.Ned Batchelder2013-09-071-1/+1
| | |
* | | Better to leave the space out.Ned Batchelder2013-09-063-9/+9
| | |
* | | Give the matchers a way to get info out of them.Ned Batchelder2013-09-062-2/+15
| | |
* | | Move the info formatting into its own function.Ned Batchelder2013-09-063-11/+45
| | |
* | | Make debug=trace trace all the yes/no tracing decisions.Ned Batchelder2013-09-062-6/+9
| | |
* | | PyTracer's cache broke when I changed False to None from should_trace. Fixed.Ned Batchelder2013-09-041-2/+3
| | |
* | | Call this 3.6.1a1Ned Batchelder2013-09-041-1/+1
| | |
* | | New flag for run: --debug, can trace why files aren't being traced.Ned Batchelder2013-09-046-49/+103
| | |
* | | Keep things working on PyPy 2.1Ned Batchelder2013-08-161-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | _structseq is in the lib_pypy directory on sys.path, but for some reason when imported, it claims to be from /opt/pypy//pypy-c-jit-linux-x86-64/build/lib_pypy/_structseq.py I don't know why that is, but importing _structseq and treating its directory as part of the stdlib makes the tests pass.
* | | Include __main__.py in the source kit. Fixes #255.Ned Batchelder2013-08-153-1/+8
| | |
* | | Make igor's do_help work under Python 3. Thanks, Brett Cannon.Ned Batchelder2013-08-141-1/+1
| | |
* | | Get test_html working under OS X when run from a venv. Thank, Brett Cannon.Ned Batchelder2013-08-141-0/+1
| | |
* | | Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3.Ned Batchelder2013-06-093-43/+40
| | |
* | | Fix the new test for py3, and add a test for #212.Ned Batchelder2013-05-031-3/+23
| |/ |/|
* | Turns out opcode isn't a documented module...Ned Batchelder2013-05-011-4/+4
| |
* | Add a (failing) test for #146.Ned Batchelder2013-05-011-0/+12
| |
* | Add some debugging for branch issues.Ned Batchelder2013-05-011-0/+8
| |
* | TypoNed Batchelder2013-04-271-1/+1
| |
* | Add a note of warning about uninstalling coverage.py after using aggressive ↵Ned Batchelder2013-04-271-0/+5
| | | | | | | | subprocess hacks. #223.
* | Keep the paperwork up to date.Ned Batchelder2013-04-271-1/+1
| |
* | Pylint will read pylintrc files by default. Who knew?Ned Batchelder2013-04-252-1/+1
| | | | | | | | | | --HG-- rename : .pylintrc => pylintrc
* | Turns out issue #142 was fixed a long time ago.Ned Batchelder2013-04-221-1/+2
| |
* | I like it better like this.Ned Batchelder2013-04-211-29/+31
| |
* | Tweaks to Matt's merged pull request.Ned Batchelder2013-04-214-7/+7
| |
* | Merged in desmaj/coverage.py (pull request #17)Ned Batchelder2013-04-213-2/+8
|\ \ | | | | | | | | | Removed redundant code; Changed a setup.py test to ensure that the proper setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental)
| * | Removed redundant code; Changed a setup.py test to ensure that the proper ↵desmaj2013-03-183-2/+8
| | | | | | | | | | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental