Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix this test | Ned Batchelder | 2012-11-28 | 1 | -2/+4 |
| | |||||
* | Config files now can use environment variables. #97. | Ned Batchelder | 2012-11-25 | 1 | -0/+24 |
| | |||||
* | These are obsolete. | Ned Batchelder | 2012-11-25 | 1 | -89/+0 |
| | |||||
* | Add an environment variable to the sub-python test. | Ned Batchelder | 2012-11-24 | 1 | -0/+5 |
| | |||||
* | 'coverage debug sys' shows the python executable, and there's a test that ↵ | Ned Batchelder | 2012-11-24 | 1 | -0/+17 |
| | | | | our subprocesses use the same one we do. | ||||
* | Cleaning up. | Ned Batchelder | 2012-11-24 | 1 | -1/+1 |
| | |||||
* | Messages with filenames are not good as %r, because it doubles the ↵ | Ned Batchelder | 2012-11-23 | 1 | -3/+3 |
| | | | | backslashes... | ||||
* | If a file is missing, don't show an error message with the wrong path. #60. | Ned Batchelder | 2012-11-23 | 1 | -1/+22 |
| | |||||
* | Lint | Ned Batchelder | 2012-11-21 | 2 | -4/+4 |
| | |||||
* | Fix IndentationErrors when parsing non-Python files. #82. | Ned Batchelder | 2012-11-21 | 1 | -17/+6 |
| | |||||
* | This is useful during debugging. | Ned Batchelder | 2012-11-21 | 1 | -0/+6 |
| | |||||
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-11-21 | 3 | -3/+3 |
|\ | |||||
| * | Now package name can be empty. | Ned Batchelder | 2012-11-21 | 3 | -3/+3 |
| | | |||||
* | | Trying to reproduce the latest incarnation of #82 | Ned Batchelder | 2012-11-21 | 1 | -0/+29 |
|/ | |||||
* | Moar tests for XML reporting. | Ned Batchelder | 2012-11-20 | 1 | -1/+54 |
| | |||||
* | I prefer not having docstrings in test methods. | Ned Batchelder | 2012-11-20 | 1 | -7/+3 |
| | |||||
* | lint lint | Ned Batchelder | 2012-11-19 | 1 | -1/+1 |
| | |||||
* | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 2 | -8/+31 |
| | |||||
* | This is more correct. | Ned Batchelder | 2012-11-19 | 1 | -1/+1 |
| | |||||
* | Refactor some HTML tests. | Ned Batchelder | 2012-11-19 | 1 | -15/+23 |
| | |||||
* | Create coverage-X.Y aliases also. Closes #111. | Ned Batchelder | 2012-11-17 | 1 | -1/+15 |
| | |||||
* | Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs ↵ | Ned Batchelder | 2012-11-16 | 1 | -0/+9 |
|\ | | | | | | | and tests | ||||
* | | Refactor, and make it work on older Pythons. | Ned Batchelder | 2012-11-14 | 1 | -1/+20 |
| | | |||||
* | | Once you start unit testing setup.py, where do you stop?? | Ned Batchelder | 2012-11-12 | 1 | -1/+13 |
| | | |||||
* | | Add assertGreater to our arsenal. | Ned Batchelder | 2012-11-12 | 2 | -0/+15 |
| | | |||||
* | | Don't import coverage into setup.py to get the version number. Do something ↵ | Ned Batchelder | 2012-11-12 | 1 | -0/+18 |
| | | | | | | | | far worse... :) #73 | ||||
* | | A faster way to get the actual path of Windows files, especially when ↵ | Ned Batchelder | 2012-11-11 | 1 | -2/+2 |
| | | | | | | | | operating on lots of files in the same directory. | ||||
* | | No longer see a mysterious exception when not able to run code: ↵ | Ned Batchelder | 2012-11-11 | 3 | -0/+4 |
| | | | | | | | | AttributeError: 'NoneType' object has no attribute 'isabs'. #153 | ||||
* | | lint | Ned Batchelder | 2012-11-11 | 2 | -3/+7 |
| | | |||||
* | | More converstion to assertIn and assertNotIn. | Ned Batchelder | 2012-11-11 | 3 | -31/+31 |
| | | |||||
* | | Windows now reports file names in their correct case. #89 and #203. | Ned Batchelder | 2012-11-11 | 1 | -0/+30 |
| | | |||||
* | | Add in assertNotIn. | Ned Batchelder | 2012-11-10 | 4 | -9/+20 |
| | | |||||
* | | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 5 | -9/+8 |
| | | |||||
* | | Properly test that config file HTML titles can be non-ascii. | Ned Batchelder | 2012-11-10 | 2 | -11/+39 |
| | | |||||
* | | Test that make_file can truly make a utf8 file. | Ned Batchelder | 2012-11-10 | 1 | -2/+12 |
| | | |||||
* | | Refactor the config parsing. | Ned Batchelder | 2012-11-10 | 1 | -6/+18 |
| | | |||||
* | | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 3 | -12/+46 |
| | | |||||
* | | Add assertIn for test use. | Ned Batchelder | 2012-11-09 | 2 | -1/+16 |
| | | |||||
* | | A nicer way to neuter this test. | Ned Batchelder | 2012-11-08 | 1 | -12/+13 |
| | | |||||
* | | A failure during XML reporting would leave an empty XML file behind. #210 | Ned Batchelder | 2012-11-08 | 1 | -2/+9 |
| | | |||||
* | | A work-in-progress for #207, a minor improvement, and a commented-out test ↵ | Ned Batchelder | 2012-11-08 | 1 | -0/+9 |
| | | | | | | | | that shows the problem. | ||||
* | | Ugh. Setting the xml output file in the .coveragerc file simply didn't ↵ | Ned Batchelder | 2012-11-07 | 2 | -6/+35 |
| | | | | | | | | work. Now it does. | ||||
* | | The only good pylint is a quiet pylint | Ned Batchelder | 2012-11-05 | 2 | -1/+2 |
| | | |||||
* | | Make my backport of assertRegexpMatches truly compatible with the stdlib ↵ | Ned Batchelder | 2012-11-04 | 1 | -4/+5 |
| | | | | | | | | definition | ||||
* | | The old way of getting help text was just weird. | Ned Batchelder | 2012-11-04 | 1 | -0/+6 |
| | | |||||
* | | pylint clean-up. | Ned Batchelder | 2012-11-03 | 2 | -15/+17 |
| | | |||||
* | | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵ | Ned Batchelder | 2012-11-03 | 1 | -0/+33 |
| | | | | | | | | switch, and exit with 2 if the coverage is less than MIN. | ||||
* | | The reporting functions now return a float, the total percentage covered. | Ned Batchelder | 2012-11-03 | 1 | -0/+35 |
| | | |||||
* | | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 8 | -8/+1 |
| | | |||||
* | | py3 is strict about modifying lists you're iterating. | Ned Batchelder | 2012-10-29 | 1 | -1/+1 |
| | |