summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: convert all skipping to pytest skipsnedbat/better-combine-actionNed Batchelder2021-02-061-4/+2
* refactor: remove reliance on unittest_mixins.StdStreamCapturingMixinNed Batchelder2021-02-021-4/+6
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-4/+3
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-54/+50
* Add combine --keep (#1110)Éric Larivière2021-01-301-5/+5
* More bitbucket->github urlsNed Batchelder2020-08-181-1/+1
* CmdLineStdoutTest::test_cmd_help: test for at least 20 lines (#1013)latricewilgus2020-07-191-1/+1
* Report descending sort option (#1005)Jerin Peter George2020-07-031-0/+6
* --skip-empty now applies to the XML report also. #976nedbat/bug976Ned Batchelder2020-06-301-1/+1
* Simplify testing of --no-skip-covered, and add docsNed Batchelder2020-06-291-0/+10
* Make the bare help message a bit more helpfulNed Batchelder2020-05-171-1/+1
* Finish up --precisionNed Batchelder2020-05-121-3/+13
* "coverage debug premain"Ned Batchelder2020-01-111-1/+1
* Optionally skip empty files in reportsreybog902019-11-011-1/+8
* Upgrade pylintNed Batchelder2019-10-181-1/+1
* Create a JSON reportMatt Bachmann2019-08-311-14/+80
* Fix a test.Stephan Richter2019-06-101-1/+1
* Pass the contexts to the report command.Albertas Agejevas2019-06-101-2/+9
* Don't name new method the same as old attributeNed Batchelder2019-04-201-2/+2
* Fix #708: .filename is private, and don't combine over ourselvesNed Batchelder2019-04-151-2/+2
* Use a function instead of a method to show helpNed Batchelder2018-11-261-10/+9
* PyRunner knows how to run Python files.Ned Batchelder2018-11-251-29/+58
* Use implicit mock patching instead of explicit DI for cmdline testsNed Batchelder2018-11-251-280/+288
* Always include a documentation link at the end of help messagesNed Batchelder2018-10-211-6/+14
* One more error case for the command lineNed Batchelder2018-10-191-3/+17
* `[run] command_line` is the command line to use for 'coverage run'. #695Ned Batchelder2018-10-181-4/+43
* This is literally what setdefault is forNed Batchelder2018-10-181-2/+1
* Even more clarity for an error messageNed Batchelder2018-09-251-0/+4
* Merge branch 'nedbat/contexts'Ned Batchelder2018-09-211-1/+1
|\
| * Plumb through context= settingNed Batchelder2018-09-181-1/+1
* | Clarify an error messageNed Batchelder2018-09-191-1/+1
|/
* Better sys_info: pid, and a more understandable name.Ned Batchelder2018-08-261-1/+1
* Simplify how run --append works.Ned Batchelder2018-08-091-11/+7
* Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-081-16/+0
|\
| * No need to erase before runningNed Batchelder2018-08-081-16/+0
* | CoverageData now also handles file operationsNed Batchelder2018-07-231-6/+5
|/
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* check_preimported=True controls whether coverage checks pre-imported files wh...Ned Batchelder2018-03-061-1/+1
* fail_under can now be a float. #631.Ned Batchelder2018-01-211-3/+9
* Skip these new tests on JythonNed Batchelder2017-10-211-0/+4
* Fix the recent command-name tests for WindowsNed Batchelder2017-10-211-2/+3
* Be more flexible about the command name in help. #600Ned Batchelder2017-10-191-7/+8
* Get the command name from the file path of the first command-line argument.Ben Finney2017-10-191-0/+24
* Update to pylint 1.7.1Ned Batchelder2017-04-221-1/+1
* Print command-line errors to stderr instead of stdoutNed Batchelder2017-04-131-10/+10
* Use capital-CoverageNed Batchelder2017-03-111-60/+58
* Move fail-under tests from process-oriented integration tests to fake-oriente...Ned Batchelder2017-03-081-0/+59
* Refactor command_line into a function.Ned Batchelder2017-03-081-4/+4
* Remove explicit clean-up methods that just set an attributeNed Batchelder2017-01-111-6/+2
* Remove an unused exception.Ned Batchelder2016-12-311-1/+1