summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Vertical importsNed Batchelder2015-02-091-1/+7
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-2/+2
* Remove 4 pylint warnings.Ned Batchelder2015-02-091-0/+1
* Fix the tests that were looking for the doc URL.Ned Batchelder2015-01-261-1/+1
* Make the two forms of debug output more uniformNed Batchelder2015-01-241-2/+2
* Add test support for the plugin info in 'debug data'Ned Batchelder2015-01-081-6/+15
* --fail-under can now be specified in the rcfile. #314Ned Batchelder2014-11-271-0/+2
* Clean up the --skip-covered pull request.Ned Batchelder2014-11-231-1/+1
* Merged pull request 43: --skip-coveredNed Batchelder2014-11-231-1/+1
|\
| * Change all pylint message codes to message namesNed Batchelder2014-11-231-1/+1
* | Add skip-covered option.Krystian Kichewko2014-11-191-1/+6
|/
* 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