Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More annotate tests, but something is amiss. | Ned Batchelder | 2009-04-18 | 5 | -4/+32 |
| | |||||
* | New more flexible data storage. | Ned Batchelder | 2009-04-18 | 2 | -9/+33 |
| | |||||
* | More pylint shenanigans. | Ned Batchelder | 2009-04-18 | 1 | -1/+3 |
| | |||||
* | Testing and clean up for data.py | Ned Batchelder | 2009-04-18 | 1 | -2/+66 |
| | |||||
* | A truce with pylint over the test files. | Ned Batchelder | 2009-04-18 | 1 | -0/+0 |
| | |||||
* | Commonalize more of the test case code. | Ned Batchelder | 2009-04-18 | 3 | -42/+43 |
| | |||||
* | Put coveragetest.py under the pylint regime. | Ned Batchelder | 2009-04-18 | 1 | -8/+20 |
| | |||||
* | Use our CoverageTest base class to get isolation (in a new directory) for ↵ | Ned Batchelder | 2009-04-18 | 1 | -2/+2 |
| | | | | the data tests. | ||||
* | Remove the tests' dependence on the 3rd party path module. | Ned Batchelder | 2009-04-18 | 1 | -7/+5 |
| | |||||
* | Use a coverage object rather than the module interface for testing, to get ↵ | Ned Batchelder | 2009-04-18 | 1 | -6/+7 |
| | | | | better isolation. Tests were failing because the exclusion regex is appended to between tests. | ||||
* | Split CoverageTest into its own module so that it can be used by more tests. | Ned Batchelder | 2009-04-17 | 2 | -161/+165 |
| | |||||
* | Refactor the file name stuff in CoverageData, and start its own test file. | Ned Batchelder | 2009-04-17 | 1 | -0/+10 |
| | |||||
* | 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 ↵ | Ned Batchelder | 2009-04-17 | 2 | -12/+12 |
| | | | | class: after the instance they create. | ||||
* | 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 |
| | | | | <<issue 2>>. | ||||
* | Pylint tweaks | Ned Batchelder | 2009-04-12 | 1 | -2/+4 |
| | |||||
* | Some light clean up of test_farm.py due to pylint. | Ned Batchelder | 2009-04-12 | 1 | -5/+6 |
| | |||||
* | Python 2.4 reported lines a little differently, so we need to be able to ↵ | Ned Batchelder | 2009-04-12 | 2 | -0/+49 |
| | | | | have different gold files for that version. | ||||
* | Generated nose tests are better when they have a unique description. | Ned Batchelder | 2009-04-12 | 1 | -0/+1 |
| | |||||
* | Fix the use of nose test generators, so that we can use setUp and tearDown. ↵ | Ned Batchelder | 2009-04-12 | 1 | -24/+70 |
| | | | | Fix the changing of directories, so that failing tests don't cascade into other failures. | ||||
* | Even better execution of main files. | Ned Batchelder | 2009-04-04 | 2 | -4/+49 |
| | |||||
* | Factor execfile out of cmdline, so that we can call python main programs ↵ | Ned Batchelder | 2009-04-03 | 2 | -0/+24 |
| | | | | properly: now they get the correct value for __file__. | ||||
* | Fix \r line endings | Ned Batchelder | 2009-03-17 | 1 | -5/+5 |
| | |||||
* | Another farm test. | Ned Batchelder | 2009-03-15 | 11 | -0/+32 |
| | |||||
* | test_farm will check the exist status of commands, and can leave the output ↵ | Ned Batchelder | 2009-03-15 | 1 | -7/+35 |
| | | | | for examination. | ||||
* | Naming the directorie numerically is silly. | Ned Batchelder | 2009-03-15 | 3 | -0/+0 |
| | | | | | | | --HG-- rename : test/farm/000/gold/white.py,cover => test/farm/annotate/gold/white.py,cover rename : test/farm/000/run.py => test/farm/annotate/run.py rename : test/farm/000/src/white.py => test/farm/annotate/src/white.py | ||||
* | Removing a directory shouldn't panic if the directory doesn't exist. | Ned Batchelder | 2009-03-15 | 1 | -2/+4 |
| | |||||
* | Remove the files obsoleted by the farm tests. | Ned Batchelder | 2009-03-15 | 2 | -62/+0 |
| | |||||
* | Farm tests can be run in clean_only mode, to get rid of junk. | Ned Batchelder | 2009-03-15 | 1 | -8/+26 |
| | |||||
* | 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 ↵ | Ned Batchelder | 2009-03-14 | 1 | -23/+18 |
| | | | | the few tests that really need to capture stdout do it now. | ||||
* | The first working farm test, obsoleting a test_coverage.py test. | Ned Batchelder | 2009-03-14 | 3 | -13/+18 |
| | |||||
* | A farm of directories holding test cases. | Ned Batchelder | 2009-03-14 | 4 | -0/+134 |
| | | | | | | --HG-- rename : test/white.py,cover => test/farm/000/gold/white.py,cover rename : test/white.py => test/farm/000/src/white.py | ||||
* | Move the tests into the test directory. | Ned Batchelder | 2009-03-13 | 2 | -0/+2006 |
| | | | | | | --HG-- rename : coverage_coverage.py => test/coverage_coverage.py rename : test_coverage.py => test/test_coverage.py | ||||
* | Extend the simple test case we have for annotation. | Ned Batchelder | 2009-03-08 | 2 | -0/+32 |
| | |||||
* | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 5 | -0/+51 |