Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove (most) tearDown functions in favor of addCleanup | Ned Batchelder | 2015-02-09 | 1 | -2/+2 |
| | |||||
* | Fully embrace SkipTest with our own method. | Ned Batchelder | 2015-02-07 | 1 | -23/+23 |
| | | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped. | ||||
* | Clean up some pylint complaints | Ned Batchelder | 2015-02-02 | 1 | -13/+13 |
| | |||||
* | Make some test setup more uniform | Ned Batchelder | 2015-01-18 | 1 | -6/+8 |
| | |||||
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -2/+3 |
| | |||||
* | Properly deal with .pyc files missing their sources. | Ned Batchelder | 2015-01-18 | 1 | -1/+56 |
| | |||||
* | When finding the source for a frame, really check if it exists | Ned Batchelder | 2015-01-17 | 1 | -2/+2 |
| | |||||
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 1 | -81/+81 |
| | |||||
* | Clean up the --skip-covered pull request. | Ned Batchelder | 2014-11-23 | 1 | -10/+40 |
| | |||||
* | Merged pull request 43: --skip-covered | Ned Batchelder | 2014-11-23 | 1 | -6/+5 |
|\ | |||||
| * | Change all pylint message codes to message names | Ned Batchelder | 2014-11-23 | 1 | -5/+5 |
| | | |||||
| * | Upgraded pylint to 1.4, removed useless suppressions | Ned Batchelder | 2014-11-23 | 1 | -1/+0 |
| | | |||||
* | | Add skip-covered option. | Krystian Kichewko | 2014-11-19 | 1 | -0/+60 |
|/ | |||||
* | Make the text report branch column match the HTML report | Ned Batchelder | 2014-10-20 | 1 | -8/+8 |
| | |||||
* | Improve branch summarization | Ned Batchelder | 2014-07-08 | 1 | -10/+25 |
| | | | | | It failed completely on more than one file! Removed the Branches label, and no longer report missing branches implied by missing lines. | ||||
* | Round fail-under result same as others. Fixed #284. | Ned Batchelder | 2014-06-03 | 1 | -16/+0 |
| | |||||
* | Restore the intent of this test | Ned Batchelder | 2014-06-02 | 1 | -3/+9 |
| | |||||
* | Clean up the merged pull request | Ned Batchelder | 2014-06-01 | 1 | -4/+5 |
| | |||||
* | minor comment fix | Steve | 2014-05-26 | 1 | -2/+2 |
| | |||||
* | Fix formatting when no missing lines; improve tests | Steve | 2014-05-26 | 1 | -5/+32 |
| | |||||
* | Tests for --branch --show-missing summary; update AUTHORS.txt | Steve | 2014-05-26 | 1 | -0/+49 |
| | |||||
* | Switch some uses of old command line syntax to new | Ned Batchelder | 2014-05-18 | 1 | -9/+9 |
| | |||||
* | A test that the report command can use wildcards | Ned Batchelder | 2014-05-18 | 1 | -0/+16 |
| | |||||
* | Not going to use print functions, but at least make them all look the same. | Ned Batchelder | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | Quiet pylint. | Ned Batchelder | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | Properly report .pyw files. #261. | Ned Batchelder | 2013-09-29 | 1 | -0/+21 |
| | |||||
* | Mark a bunch of tests that don't need temp directories. | Ned Batchelder | 2013-09-28 | 1 | -1/+1 |
| | |||||
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -13/+13 |
| | |||||
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 1 | -0/+298 |
package. |