Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commonalize more of the test case code. | Ned Batchelder | 2009-04-18 | 1 | -15/+2 |
* | Split CoverageTest into its own module so that it can be used by more tests. | Ned Batchelder | 2009-04-17 | 1 | -161/+2 |
* | A cleanup from the test class rename. | Ned Batchelder | 2009-04-17 | 1 | -2/+2 |
* | Finally realized that unit test classes should be named like any other class:... | Ned Batchelder | 2009-04-17 | 1 | -11/+11 |
* | If a module was loaded from a .pyc, report its file as .py | Ned Batchelder | 2009-04-15 | 1 | -0/+51 |
* | It's ok to ask the data module about files that were never measured. Fixes <<... | Ned Batchelder | 2009-04-14 | 1 | -0/+25 |
* | Remove obsolete test infrastructure that the farm took over. | Ned Batchelder | 2009-03-14 | 1 | -31/+1 |
* | Don't suppress stdout in tests any more, nose can handle that for us. Only th... | Ned Batchelder | 2009-03-14 | 1 | -23/+18 |
* | The first working farm test, obsoleting a test_coverage.py test. | Ned Batchelder | 2009-03-14 | 1 | -5/+0 |
* | Move the tests into the test directory. | Ned Batchelder | 2009-03-13 | 1 | -0/+1979 |