summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up the --skip-covered pull request.Ned Batchelder2014-11-231-1/+1
* Merged pull request 43: --skip-coveredNed Batchelder2014-11-231-1/+6
|\
| * Add skip-covered option.Krystian Kichewko2014-11-191-1/+6
* | Change all pylint message codes to message namesNed Batchelder2014-11-231-1/+1
|/
* Did thatNed Batchelder2014-10-081-1/+0
* Remove the original command-line syntax.Ned Batchelder2014-10-081-275/+15
* Command line is tested without reference to old command-line syntaxNed Batchelder2014-10-071-31/+154
* Make these proper unittest assertsNed Batchelder2014-09-261-14/+13
* Some error checking and more tests for concurrency control.Ned Batchelder2014-09-251-2/+16
* "concurrency" is a better name that "coroutine"Ned Batchelder2014-09-241-1/+1
* Pylint upgrade and cleanup.Ned Batchelder2014-09-211-1/+1
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-1/+1
* 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-211-5/+4
* Remove a lot of redundancy from the cmdline tests.Ned Batchelder2013-12-141-136/+162
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-281-0/+2
* New flag for run: --debug, can trace why files aren't being traced.Ned Batchelder2013-09-041-24/+56
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+702