summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Now that this is a CoverageTest, need to shut off the temp dir.Ned Batchelder2013-10-261-0/+2
| * Templite now compiles to Python code for speed.Ned Batchelder2013-10-261-5/+38
| * Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-231-3/+4
* | No need for these test method replacements.Ned Batchelder2013-10-201-12/+0
* | Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-201-3/+2
* | Not going to use print functions, but at least make them all look the same.Ned Batchelder2013-10-202-5/+5
* | with statements: no more finally closeNed Batchelder2013-10-205-28/+9
* | Now I can use collections.defaultdictNed Batchelder2013-10-201-6/+3
* | Generator expressons are ok now.Ned Batchelder2013-10-195-11/+11
* | Now I can use decorators.Ned Batchelder2013-10-191-1/+1
* | Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-191-1/+1
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-196-10/+3
* | We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-199-324/+299
|/
* Fix the mechanism for HTML to find OS-installed resources.Ned Batchelder2013-10-101-0/+23
* Fix the jquery-1.4.3 reference in the js tests, where it matters, and in the ...Ned Batchelder2013-10-0637-37/+37
* Can't just run 'python' in a subprocess from 3.x, since it doesn't install as...Ned Batchelder2013-10-052-2/+12
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-054-6/+37
* Don't divide by zero if nothing to report. #250.Ned Batchelder2013-09-301-1/+16
* Quiet pylint.Ned Batchelder2013-09-291-1/+1
* Properly report .pyw files. #261.Ned Batchelder2013-09-291-0/+21
* Search a list of places to find HTML report static files. #259.Ned Batchelder2013-09-281-2/+39
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-289-4/+26
* Add tooling to find test classes that use temp directories and don't need to.Ned Batchelder2013-09-281-0/+64
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-281-2/+57
* More abstractions for bytes objects. Cleans up some version checks in the rea...Ned Batchelder2013-09-281-2/+8
* I guess that was too modern. Need to define execfile in this module.Ned Batchelder2013-09-281-1/+1
* Make iteritems detection more like the rest of backward.py, and add a test of...Ned Batchelder2013-09-281-0/+16
* Modernize.Ned Batchelder2013-09-281-3/+3
* Allow relative paths in the [paths] aliases. #267.Ned Batchelder2013-09-261-1/+25
* Improve the memory leak test, so it doesn't give us so many false negatives.Ned Batchelder2013-09-171-17/+31
* Find .pyw files when searching for source files.Ned Batchelder2013-09-161-0/+2
* Improve and more fully test the first-blank-line decoding fix. Thanks, Roger...Ned Batchelder2013-09-161-13/+46
* Merged in rogerjhu/coverage.py (pull request #19)Ned Batchelder2013-09-1610-54/+293
|\
| * Add one more assertion to a test about COVERAGE_PROCESS_START.Ned Batchelder2013-09-151-1/+3
| * Satisfy pylint.Ned Batchelder2013-09-151-3/+3
| * Always show long diffs in test failures.Ned Batchelder2013-09-152-2/+4
| * Skip bug212 on py3, it isn't fixed yet.Ned Batchelder2013-09-151-1/+3
| * Make our sys.path adjustment more robust.Ned Batchelder2013-09-151-2/+5
| * Tests for debug tracing features.Ned Batchelder2013-09-122-1/+92
| * Make the should_trace_cache test a little more bullet-proof.Ned Batchelder2013-09-081-1/+8
| * A test that the collector is using the should_trace_cache properly.Ned Batchelder2013-09-081-0/+47
| * More --debug options, split code into separate objects.Ned Batchelder2013-09-082-22/+27
| * Better to leave the space out.Ned Batchelder2013-09-061-7/+7
| * Give the matchers a way to get info out of them.Ned Batchelder2013-09-061-2/+7
| * Move the info formatting into its own function.Ned Batchelder2013-09-061-1/+22
| * New flag for run: --debug, can trace why files aren't being traced.Ned Batchelder2013-09-041-24/+56
| * Get test_html working under OS X when run from a venv. Thank, Brett Cannon.Ned Batchelder2013-08-141-0/+1
| * Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3.Ned Batchelder2013-06-091-37/+38
| * Fix the new test for py3, and add a test for #212.Ned Batchelder2013-05-031-3/+23
* | Make UTF-8 detection more robust.Roger Hu2013-05-251-1/+15
|/