summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Restore the intent of this testNed Batchelder2014-06-021-3/+9
* Clean up the merged pull requestNed Batchelder2014-06-011-4/+5
* minor comment fixSteve2014-05-261-2/+2
* Fix formatting when no missing lines; improve testsSteve2014-05-261-5/+32
* Tests for --branch --show-missing summary; update AUTHORS.txtSteve2014-05-261-0/+49
* Switch some uses of old command line syntax to newNed Batchelder2014-05-189-34/+34
* Continued refactoring of CodeUnitNed Batchelder2014-05-182-16/+16
* MergedNed Batchelder2014-05-181-0/+16
|\
| * A test that the report command can use wildcardsNed Batchelder2014-05-181-0/+16
* | Minor minorNed Batchelder2014-05-171-6/+8
* | Some day I will remember to fix pylint things before I check in the code.Ned Batchelder2014-05-172-14/+16
|/
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-1714-55/+58
* Finish up #305.Ned Batchelder2014-05-171-0/+12
* Supply a missing docstringNed Batchelder2014-05-161-0/+4
* Refactor execfile to avoid imp to avoid deprecation warningsNed Batchelder2014-05-161-0/+5
* Run tests with warnings on, and fix some warningsNed Batchelder2014-05-152-6/+14
* Latest code form 500linesNed Batchelder2014-05-091-18/+31
* Small cleanupsNed Batchelder2014-05-031-1/+0
* Clean up Stan Hu's pull request, and add him to changes and authorsNed Batchelder2014-05-023-15/+12
* Fix the error output for test_farmNed Batchelder2014-05-021-5/+11
* Merged in stanhu/coverage.py (pull request #32)Ned Batchelder2014-05-027-11/+35
|\
| * Update tests to handle XML whitespaces differences in Python 2.6. Apply the r...Stan Hu2014-04-254-14/+14
| * Test value inside <source> elementStan Hu2014-02-043-3/+15
| * Issue #94: Include the sources elementStan Hu2014-02-036-0/+12
* | Polished-up code from 500linesNed Batchelder2014-04-261-7/+32
* | More refactoring of hacked Mako supportNed Batchelder2014-04-181-27/+27
* | Cleaner tests of the file matchersNed Batchelder2014-03-112-28/+38
* | Hacked-in Mako support.Ned Batchelder2014-03-081-2/+2
* | Let the coroutine tests make a file, so the temp-file police don't complain.Ned Batchelder2014-03-011-3/+4
* | Merged in offbyone/coverage.py (pull request #31)Ned Batchelder2014-03-011-0/+7
|\ \
| * | 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 number...Ned Batchelder2013-12-141-2/+2
* 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
| * 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