Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test (and fix) the not-python errors in base Reporter. | Ned Batchelder | 2012-04-20 | 1 | -3/+3 |
| | |||||
* | Test (and fix) the summary reporting failures due to not being able to parse ↵ | Ned Batchelder | 2012-04-20 | 1 | -0/+52 |
| | | | | the file. | ||||
* | Shorten a line | Ned Batchelder | 2011-08-02 | 1 | -2/+3 |
| | |||||
* | Move some test modules to keep them out of pylint's hair. | Ned Batchelder | 2011-06-01 | 1 | -0/+1 |
| | | | | | | | | | | --HG-- rename : test/othermods/__init__.py => test/moremodules/othermods/__init__.py rename : test/othermods/othera.py => test/moremodules/othermods/othera.py rename : test/othermods/otherb.py => test/moremodules/othermods/otherb.py rename : test/othermods/sub/__init__.py => test/moremodules/othermods/sub/__init__.py rename : test/othermods/sub/osa.py => test/moremodules/othermods/sub/osa.py rename : test/othermods/sub/osb.py => test/moremodules/othermods/sub/osb.py | ||||
* | A narrower way to check that empty __init__.py files show zero statements. | Ned Batchelder | 2011-03-21 | 1 | -14/+4 |
| | |||||
* | All tests should restore sys.path | Ned Batchelder | 2011-03-20 | 1 | -0/+2 |
| | |||||
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | Refactor the --omit and --include support during reporting, and add a test ↵ | Ned Batchelder | 2010-08-28 | 1 | -0/+16 |
| | | | | for --include. | ||||
* | Unify formatting of coverage percentages, and don't show zero or 100 as a ↵ | Ned Batchelder | 2010-08-22 | 1 | -1/+1 |
| | | | | result of rounding. Fixes #41 and #70. | ||||
* | Fix this test to run on 3.1 and non-Windows platforms. | Ned Batchelder | 2010-07-12 | 1 | -8/+9 |
| | |||||
* | Empty python files (like __init__.py) are shown as having zero statements, ↵ | Ned Batchelder | 2010-06-27 | 1 | -1/+42 |
| | | | | not one. Fixes #1. | ||||
* | Omit and include are now filename patterns rather than prefixes. BACKWARD ↵ | Ned Batchelder | 2010-05-23 | 1 | -1/+1 |
| | | | | INCOMPATIBLE change. | ||||
* | Reports now emphasize missed lines over executed lines, since those are more ↵ | Ned Batchelder | 2010-03-13 | 1 | -15/+15 |
| | | | | helpful for directing developers to improved test coverage. | ||||
* | I never liked the assert_ method anyway. Use assertTrue and assertFalse ↵ | Ned Batchelder | 2009-12-13 | 1 | -14/+14 |
| | | | | instead. | ||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -2/+2 |
| | |||||
* | Make this test use only new-style commands. | Ned Batchelder | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Clean up. | Ned Batchelder | 2009-11-08 | 1 | -1/+2 |
| | |||||
* | Shouldn't count multiple (-1,x) arcs as branches. | Ned Batchelder | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | Added branch stats to results, and the summary report includes them. | Ned Batchelder | 2009-11-08 | 1 | -20/+40 |
| | |||||
* | Split out the report tests, to give them their due. | Ned Batchelder | 2009-11-02 | 1 | -0/+86 |