summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to https://github.com/python/cpython/pull/22027nedbat/test-2506Ned Batchelder2020-09-127-8/+33
|
* Explain a mysteryNed Batchelder2020-09-021-0/+4
|
* Remove a noisy command from the outputnedbat/bug959Ned Batchelder2020-08-181-1/+1
|
* Fix two problems with docsNed Batchelder2020-08-182-3/+3
|
* Don't complain about trivial problems in doc/helpNed Batchelder2020-08-181-0/+1
|
* Update requirementsNed Batchelder2020-08-184-6/+6
|
* More bitbucket->github urlsNed Batchelder2020-08-1815-58/+55
|
* A better way to fix sphinx-tabsNed Batchelder2020-08-182-2/+4
|
* Bitbucket hg repos are goneNed Batchelder2020-08-184-261/+261
|
* Prevent trailing whitespace in doc/help/* filesNed Batchelder2020-08-1810-28/+28
|
* Don't build the help includes into HTMLNed Batchelder2020-08-161-1/+1
|
* Correct the indentationNed Batchelder2020-08-091-6/+6
|
* Help in docs didn't work with tmpNed Batchelder2020-07-2411-15/+274
|
* Doc process tweaksNed Batchelder2020-07-241-1/+1
|
* ScoochNed Batchelder2020-07-242-1/+5
|
* Should wait to push until sample html is donecoverage-5.2.1Ned Batchelder2020-07-241-2/+2
|
* Latest sample HTMLNed Batchelder2020-07-2312-23/+33
|
* Prep for 5.2.1Ned Batchelder2020-07-235-11/+13
|
* Displaying timezone information in HTML report (#960)Xie Yanbo2020-07-2343-40/+64
| | | | | | | | * Displaying timezone information in HTML report * A helpber to format datetime with local timezone * No backward compatibility with older python versions
* CmdLineStdoutTest::test_cmd_help: test for at least 20 lines (#1013)latricewilgus2020-07-191-1/+1
| | | | | | | | | The number of lines in the help output of a command depends on the terminal size. The smaller the more line breaks. The minimum number of lines for the current help message is 23. Currently we are checking for at least 30 lines, yielding to failures on large terminals. Reduce the number (currently 30) to 20 to have some leeway for the future.
* Oops, Vince, not VictorNed Batchelder2020-07-132-2/+2
|
* Fix dark mode for context listing. #1009Ned Batchelder2020-07-094-12/+40
|
* More howto.txtNed Batchelder2020-07-061-9/+10
|
* Bump versionNed Batchelder2020-07-062-1/+7
|
* More uniformity in howto.txtcoverage-5.2Ned Batchelder2020-07-061-20/+20
|
* Last tweaks before 5.2Ned Batchelder2020-07-063-9/+11
|
* Make sure Appveyor uses the latest versionsNed Batchelder2020-07-052-34/+35
|
* A known failure has been fixedNed Batchelder2020-07-051-1/+1
|
* gevent is still an issueNed Batchelder2020-07-051-1/+1
|
* Maybe tox-battery will be better in the futureNed Batchelder2020-07-051-3/+0
|
* Latest sample_html reportNed Batchelder2020-07-0512-107/+264
|
* Fix wheel-makingNed Batchelder2020-07-051-2/+2
|
* New cmd_help needs to be built for 'tox -e doc'Ned Batchelder2020-07-051-0/+3
|
* Don't check our own readthedocs linksNed Batchelder2020-07-052-2/+3
|
* Add 'coverage debug' to helpNed Batchelder2020-07-052-2/+18
|
* Add new 5.2 options to the man pageNed Batchelder2020-07-051-0/+22
|
* Fix tox-batteryNed Batchelder2020-07-051-1/+2
|
* Next version is 5.2Ned Batchelder2020-07-054-8/+11
|
* Back to monospaced for the index pageNed Batchelder2020-07-053-3/+3
|
* Switch to python-based sass compilerNed Batchelder2020-07-054-3/+224
|
* Update packagesNed Batchelder2020-07-047-20/+22
|
* Fix some checking configurationsNed Batchelder2020-07-042-1/+2
|
* Don't check GitHub issue or pull links, since they start to fail after too manyNed Batchelder2020-07-041-0/+7
|
* Document two more Makefile targetsNed Batchelder2020-07-041-2/+2
|
* Add --help output to command docs, and other reorganizationNed Batchelder2020-07-047-97/+152
|
* Report sorting option is thanks to Jerin Peter GeorgeNed Batchelder2020-07-033-0/+7
|
* Report descending sort option (#1005)Jerin Peter George2020-07-035-3/+27
| | | | | | | | | | | | | | | * added descending sort option in coverage report * commandline option for report sort added * Fix tests for pull #1005 * conditional statements improved * sort option help updated with choices * commandline test for sort added Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* Fix broken sorting tests. Good catch, Jerin Peter GeorgeNed Batchelder2020-07-031-10/+11
|
* --skip-empty now applies to the XML report also. #976nedbat/bug976Ned Batchelder2020-06-306-7/+26
|
* Simplify testing of --no-skip-covered, and add docsNed Batchelder2020-06-294-31/+18
|