| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the test directory to tests to avoid conflicts with the stdlib test pack... | Ned Batchelder | 2013-02-02 | 1 | -1730/+0 |
* | Mark expected-failure tests as such | Ned Batchelder | 2013-01-01 | 1 | -1/+1 |
* | Get rid of import craziness in the tests. | Ned Batchelder | 2012-12-30 | 1 | -5/+2 |
* | Fix a test involving optimized-away constant if statements, and add a test ab... | Ned Batchelder | 2011-06-03 | 1 | -0/+10 |
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 1 | -29/+29 |
* | Add a test helper for checking on the existence of files. | Ned Batchelder | 2011-03-22 | 1 | -2/+2 |
* | Backed out changeset c6083fae29bf | Ned Batchelder | 2011-03-15 | 1 | -28/+29 |
* | Put the missing-continue test back into the mix. | Ned Batchelder | 2011-03-15 | 1 | -29/+28 |
* | Figures 2.4 has different answers for the psycho edge cases. | Ned Batchelder | 2011-03-13 | 1 | -2/+2 |
* | Adjust some tests for PyPy: it's more aggressive about optimizing away expres... | Ned Batchelder | 2011-03-13 | 1 | -2/+23 |
* | Unify formatting of coverage percentages, and don't show zero or 100 as a res... | Ned Batchelder | 2010-08-22 | 1 | -1/+1 |
* | All tests now use underscore names instead of some having camelCase names. | Ned Batchelder | 2010-06-18 | 1 | -69/+69 |
* | Isolate old-style singleton api tests. | Ned Batchelder | 2010-06-18 | 1 | -2/+0 |
* | Remove unittest main invocations. | Ned Batchelder | 2010-03-15 | 1 | -6/+1 |
* | Reports now emphasize missed lines over executed lines, since those are more ... | Ned Batchelder | 2010-03-13 | 1 | -6/+6 |
* | Split out the tests that really run a subprocess. | Ned Batchelder | 2010-01-10 | 1 | -141/+2 |
* | Update a few copyrights to 2010. | Ned Batchelder | 2010-01-10 | 1 | -1/+0 |
* | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 1 | -6/+52 |
* | Delete files combined during 'coverage combine'. Fixes issue #40. | Ned Batchelder | 2009-12-29 | 1 | -1/+6 |
* | Simplify and test the default pragma exclusion. | Ned Batchelder | 2009-12-27 | 1 | -0/+12 |
* | Mark some lines as uncoverable, add some tests for some test methods. | Ned Batchelder | 2009-12-26 | 1 | -0/+80 |
* | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 1 | -4/+4 |
* | I never liked the assert_ method anyway. Use assertTrue and assertFalse inst... | Ned Batchelder | 2009-12-13 | 1 | -10/+10 |
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -79/+79 |
* | Tired of these TODO's that I'm not going to do anything about. | Ned Batchelder | 2009-11-26 | 1 | -8/+0 |
* | Rename our future-happy unittest methods to match their future versions, and ... | Ned Batchelder | 2009-11-26 | 1 | -6/+6 |
* | When reporting, don't fall over if there's no data to report on. Fixes issue ... | Ned Batchelder | 2009-11-26 | 1 | -0/+26 |
* | Split the oddball tests into their own file. | Ned Batchelder | 2009-11-25 | 1 | -236/+0 |
* | Add a test for leaking memory in the C extension. Windows only for now, kind... | Ned Batchelder | 2009-11-22 | 1 | -0/+31 |
* | Split out the report tests, to give them their due. | Ned Batchelder | 2009-11-02 | 1 | -62/+1 |
* | Some lint cleanup | Ned Batchelder | 2009-11-02 | 1 | -1/+2 |
* | CodeParser couldn't deal with being passed the text directly. | Ned Batchelder | 2009-11-02 | 1 | -1/+5 |
* | Pylint is a stern taskmaster | Ned Batchelder | 2009-10-25 | 1 | -1/+2 |
* | I guess the problem on 3.1 was in my C extension, because the recent changes ... | Ned Batchelder | 2009-10-25 | 1 | -14/+13 |
* | Report errors finding source files to execute more nicely. Fixes issue #23. | Ned Batchelder | 2009-10-25 | 1 | -0/+6 |
* | Treat missing source files nicer. | Ned Batchelder | 2009-10-25 | 1 | -0/+22 |
* | CamelCase looks weird, switch to underscore_separated. | Ned Batchelder | 2009-10-16 | 1 | -143/+143 |
* | More tidying | Ned Batchelder | 2009-10-15 | 1 | -39/+57 |
* | Tidying up | Ned Batchelder | 2009-10-15 | 1 | -1/+0 |
* | Don't forget that we disabled a test for short-term reasons. | Ned Batchelder | 2009-10-12 | 1 | -1/+1 |
* | The best way to get py3k support: same source runs on both, with some contort... | Ned Batchelder | 2009-09-22 | 1 | -2/+3 |
* | Disable the long recursion test under 3.x for now: it crashes the interpreter... | Ned Batchelder | 2009-09-17 | 1 | -13/+14 |
* | Narrow the amount of code in a coverage start/stop window in a test so that t... | Ned Batchelder | 2009-07-12 | 1 | -8/+11 |
* | Py3k: some output is bytes instead of string, so convert since it doesn't mat... | Ned Batchelder | 2009-07-09 | 1 | -4/+4 |
* | Py3k: exec is a function now, not a statement. Update the tests accordingly. | Ned Batchelder | 2009-07-08 | 1 | -29/+62 |
* | Py3k: unify subprocess and popen4. | Ned Batchelder | 2009-07-08 | 1 | -4/+4 |
* | Various Py3k fixes: remove gratuitous print, don't test the print statement, ... | Ned Batchelder | 2009-07-08 | 1 | -31/+34 |
* | Add a test that proves 2.3 has problems measuring exceptions. Now to figure ... | Ned Batchelder | 2009-07-03 | 1 | -0/+101 |
* | I forget why this test was neutered. | Ned Batchelder | 2009-06-28 | 1 | -1/+1 |
* | Epic bug: pyexpat fiddles incorrectly with the systrace function. This is a ... | Ned Batchelder | 2009-06-28 | 1 | -1/+46 |