summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add tests for issue #285Chris Rose2014-02-151-0/+7
| |/
* | Tests for the coroutine support that don't work yet... :(Ned Batchelder2014-03-011-0/+119
|/
* Peter Portante's coroutine support, but it doesn't work yet.Ned Batchelder2014-01-091-0/+1
|
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-2111-119/+93
|
* Use unittest2 to get rid of a bunch of our own test assertion implementations.Ned Batchelder2013-12-162-179/+7
|
* Remove a lot of redundancy from the cmdline tests.Ned Batchelder2013-12-141-136/+162
|
* No need for paren-less exec any more.Ned Batchelder2013-12-141-62/+29
|
* Remove unused importNed Batchelder2013-12-141-9/+3
|
* Add a test of the pydoc behavior.Ned Batchelder2013-12-141-0/+24
|
* Add assert_starts_withNed Batchelder2013-12-143-1/+17
|
* Oops, removing statements from tests means you have to adjust the line ↵Ned Batchelder2013-12-141-2/+2
| | | | numbers in the tests...
* Remove unnecessary __future__ imports.Ned Batchelder2013-12-141-4/+1
|
* Merged 4.0 to defaultNed Batchelder2013-12-1318-401/+334
|\
| * No need for these test method replacements.Ned Batchelder2013-10-201-12/+0
| | | | | | | | | | --HG-- branch : 4.0
| * Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-201-3/+2
| | | | | | | | | | --HG-- branch : 4.0
| * Not going to use print functions, but at least make them all look the same.Ned Batchelder2013-10-202-5/+5
| | | | | | | | | | --HG-- branch : 4.0
| * with statements: no more finally closeNed Batchelder2013-10-205-28/+9
| | | | | | | | | | --HG-- branch : 4.0
| * Now I can use collections.defaultdictNed Batchelder2013-10-201-6/+3
| | | | | | | | | | --HG-- branch : 4.0
| * Generator expressons are ok now.Ned Batchelder2013-10-195-11/+11
| | | | | | | | | | --HG-- branch : 4.0
| * Now I can use decorators.Ned Batchelder2013-10-191-1/+1
| | | | | | | | | | --HG-- branch : 4.0
| * Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-191-1/+1
| | | | | | | | | | --HG-- branch : 4.0
| * Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-196-10/+3
| | | | | | | | | | --HG-- branch : 4.0
| * We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-199-324/+299
| | | | | | | | | | --HG-- branch : 4.0
* | More tests of Templite's sad-path behavior.Ned Batchelder2013-10-271-0/+8
| |
* | 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
|/
* 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
| | | | html gold files, where it really doesn't, but it's good to clean it all up.
* Can't just run 'python' in a subprocess from 3.x, since it doesn't install ↵Ned Batchelder2013-10-052-2/+12
| | | | as 'python'.
* 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
| | | | | --HG-- rename : coverage/htmlfiles/jquery-1.4.3.min.js => coverage/htmlfiles/jquery.min.js
* 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 ↵Ned Batchelder2013-09-281-2/+8
| | | | real code.
* 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 ↵Ned Batchelder2013-09-281-0/+16
| | | | of it.
* 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, ↵Ned Batchelder2013-09-161-13/+46
| | | | Roger Hu.
* Merged in rogerjhu/coverage.py (pull request #19)Ned Batchelder2013-09-161-1/+15
|\ | | | | | | Make UTF-8 detection more robust.
| * Make UTF-8 detection more robust.Roger Hu2013-05-251-1/+15
| | | | | | | | | | If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and doesn't try for the 2nd line.
* | 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
| |