summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor the file name stuff in CoverageData, and start its own test file.Ned Batchelder2009-04-171-0/+10
|
* A cleanup from the test class rename.Ned Batchelder2009-04-171-2/+2
|
* Finally realized that unit test classes should be named like any other ↵Ned Batchelder2009-04-172-12/+12
| | | | class: after the instance they create.
* If a module was loaded from a .pyc, report its file as .pyNed Batchelder2009-04-151-0/+51
|
* It's ok to ask the data module about files that were never measured. Fixes ↵Ned Batchelder2009-04-141-0/+25
| | | | <<issue 2>>.
* Pylint tweaksNed Batchelder2009-04-121-2/+4
|
* Some light clean up of test_farm.py due to pylint.Ned Batchelder2009-04-121-5/+6
|
* Python 2.4 reported lines a little differently, so we need to be able to ↵Ned Batchelder2009-04-122-0/+49
| | | | have different gold files for that version.
* Generated nose tests are better when they have a unique description.Ned Batchelder2009-04-121-0/+1
|
* Fix the use of nose test generators, so that we can use setUp and tearDown. ↵Ned Batchelder2009-04-121-24/+70
| | | | Fix the changing of directories, so that failing tests don't cascade into other failures.
* Even better execution of main files.Ned Batchelder2009-04-042-4/+49
|
* Factor execfile out of cmdline, so that we can call python main programs ↵Ned Batchelder2009-04-032-0/+24
| | | | properly: now they get the correct value for __file__.
* Fix \r line endingsNed Batchelder2009-03-171-5/+5
|
* Another farm test.Ned Batchelder2009-03-1511-0/+32
|
* test_farm will check the exist status of commands, and can leave the output ↵Ned Batchelder2009-03-151-7/+35
| | | | for examination.
* Naming the directorie numerically is silly.Ned Batchelder2009-03-153-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 Batchelder2009-03-151-2/+4
|
* Remove the files obsoleted by the farm tests.Ned Batchelder2009-03-152-62/+0
|
* Farm tests can be run in clean_only mode, to get rid of junk.Ned Batchelder2009-03-151-8/+26
|
* Remove obsolete test infrastructure that the farm took over.Ned Batchelder2009-03-141-31/+1
|
* Don't suppress stdout in tests any more, nose can handle that for us. Only ↵Ned Batchelder2009-03-141-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 Batchelder2009-03-143-13/+18
|
* A farm of directories holding test cases.Ned Batchelder2009-03-144-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 Batchelder2009-03-132-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 Batchelder2009-03-082-0/+32
|
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-055-0/+51