summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Pass values into coverage's contructor rather than set properties.Ned Batchelder2009-05-041-2/+1
* Split api tests into their own file.Ned Batchelder2009-05-042-171/+177
* Keeping a stack of Collectors makes it possible for Coverage to measure itsel...Ned Batchelder2009-05-031-0/+34
* Clarify what Collector.start and .stop do to other threads.Ned Batchelder2009-05-021-3/+4
* The old way of self-coverage testing coverage no longer works.Ned Batchelder2009-04-301-27/+0
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-303-5/+5
* Python stdlib is now not measured by default. If needed, turn it on with the...coverage-3.0b2Ned Batchelder2009-04-291-0/+38
* Reduce line lengths.Ned Batchelder2009-04-281-13/+37
* Finish up the cmdline details for -bNed Batchelder2009-04-281-0/+2
* Split out the cmdline.py tests.Ned Batchelder2009-04-282-30/+41
* A farm test for HTML generation.Ned Batchelder2009-04-287-15/+407
* HTML reporting, phase 0.Ned Batchelder2009-04-201-1/+1
* Variables' items (dict access) can be used in templates.Ned Batchelder2009-04-201-0/+5
* Use try_render mostly, to reduce noise in the tests.Ned Batchelder2009-04-201-33/+23
* Muliple loops and multi-line loops didn't work.Ned Batchelder2009-04-201-0/+22
* reversed() is new in 2.4, so use a cobbled-together function so we can test u...Ned Batchelder2009-04-191-1/+6
* Templite: a lightweight template class to use when making HTML reports.Ned Batchelder2009-04-191-0/+95
* Line length < 80.Ned Batchelder2009-04-192-3/+7
* Annotated files are only created for source files relative to the current dir...Ned Batchelder2009-04-194-0/+0
* Make the farm tests more isolated by forcing them to erase coverage data first.Ned Batchelder2009-04-183-9/+7
* More annotate tests, but something is amiss.Ned Batchelder2009-04-185-4/+32
* New more flexible data storage.Ned Batchelder2009-04-182-9/+33
* More pylint shenanigans.Ned Batchelder2009-04-181-1/+3
* Testing and clean up for data.pyNed Batchelder2009-04-181-2/+66
* A truce with pylint over the test files.Ned Batchelder2009-04-181-0/+0
* Commonalize more of the test case code.Ned Batchelder2009-04-183-42/+43
* Put coveragetest.py under the pylint regime.Ned Batchelder2009-04-181-8/+20
* Use our CoverageTest base class to get isolation (in a new directory) for the...Ned Batchelder2009-04-181-2/+2
* Remove the tests' dependence on the 3rd party path module.Ned Batchelder2009-04-181-7/+5
* Use a coverage object rather than the module interface for testing, to get be...Ned Batchelder2009-04-181-6/+7
* Split CoverageTest into its own module so that it can be used by more tests.Ned Batchelder2009-04-172-161/+165
* 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 class:...Ned Batchelder2009-04-172-12/+12
* 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
* 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 have...Ned Batchelder2009-04-122-0/+49
* 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. F...Ned Batchelder2009-04-121-24/+70
* 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 prop...Ned Batchelder2009-04-032-0/+24
* 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 f...Ned Batchelder2009-03-151-7/+35
* Naming the directorie numerically is silly.Ned Batchelder2009-03-153-0/+0
* 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