summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-3120-167/+179
* build: quiet a silly pylint warningNed Batchelder2021-01-311-0/+1
* style: correct placement of auto-added pytest importsNed Batchelder2021-01-3114-14/+21
* style: singleton comparisons should use isNed Batchelder2021-01-318-17/+17
* refactor: mark an internal methodNed Batchelder2021-01-311-4/+4
* test: adapt to pytest assertion messagesNed Batchelder2021-01-312-10/+10
* test: fix unittest2pytest brokennessNed Batchelder2021-01-312-17/+21
* refactor: unittest2pytest -w testsNed Batchelder2021-01-3131-1294/+1165
* build: clearly label auto-generated filesNed Batchelder2021-01-3010-0/+20
* build: next version will be 5.5Ned Batchelder2021-01-301-1/+1
* style: nicer long function callNed Batchelder2021-01-301-2/+7
* doc: touch-ups for `combine --keep`Ned Batchelder2021-01-307-8/+19
* Add combine --keep (#1110)Éric Larivière2021-01-308-14/+51
* chore: update pylint (etc) versionsNed Batchelder2021-01-272-5/+7
* refactor: Move post-processing into CoverageConfigNed Batchelder2021-01-271-7/+15
* Update the doc requirementsNed Batchelder2021-01-261-4/+7
* fix typos in changelogValentin Lab2021-01-262-3/+3
* Add versionadded info for the new 5.4 configuration optionsNed Batchelder2021-01-261-0/+4
* Version bumpNed Batchelder2021-01-262-1/+7
* Combine kit download with kit checkNed Batchelder2021-01-262-5/+6
* Remove unneeded slashcoverage-5.4Ned Batchelder2021-01-261-1/+1
* Prep for 5.4Ned Batchelder2021-01-247-15/+17
* Latest sample HTMLNed Batchelder2021-01-2411-21/+21
* Simplify the testing of the toml extra, fixing #1084Ned Batchelder2021-01-186-92/+44
* Add changelog for #1080 #577Ned Batchelder2021-01-172-1/+6
* fix: combine aliases on windows base dirs (ie: ``X:\``) (fixes: #577)Valentin Lab2021-01-172-2/+18
* skip_covered and skip_empty for HTML. #1090Ned Batchelder2021-01-106-39/+74
* I don't understand the codecov comments, so turn them offNed Batchelder2021-01-101-3/+1
* Mention PEP 626 in the changelogNed Batchelder2021-01-101-0/+5
* Better control over setup.py warningsNed Batchelder2021-01-101-1/+14
* Use the modern way to load modules by file name.Ned Batchelder2021-01-103-10/+25
* Fix a test to be usable with PEP626Ned Batchelder2021-01-101-33/+35
* Need new gold files for pep626 partial branch HTML reportNed Batchelder2021-01-103-16/+210
* Update the support files for HTML gold filesNed Batchelder2021-01-102-54/+226
* A better test for 'if not __debug__'Ned Batchelder2021-01-103-16/+15
* Use the supported way to get a C frame's linenoNed Batchelder2021-01-101-10/+10
* PEP 626: Docstring-only functions changed againNed Batchelder2021-01-102-1/+5
* PEP 626: constant tests are kept as no-opsNed Batchelder2021-01-106-36/+155
* COVERAGE_ONE_TRACER runs just one tracerNed Batchelder2021-01-101-3/+21
* Clean up the platform constants in env.pyNed Batchelder2021-01-102-7/+8
* A simple tool to see branch tracing arcsNed Batchelder2021-01-101-0/+17
* In 3.10, modules always have firstlineno==1Ned Batchelder2021-01-104-2/+21
* Py 3.10 doesn't jump back from finally any moreNed Batchelder2021-01-101-1/+1
* Python 3.10 doesn't compile statments after unconditional jumps.Ned Batchelder2021-01-103-89/+123
* Use co_lines() if it's availableNed Batchelder2021-01-101-27/+28
* 2506 is fixed?Ned Batchelder2021-01-101-4/+7
* show_pyc: Interpret co_lnotab, and show co_lines()Ned Batchelder2021-01-101-0/+36
* show_pyc: Use 4-space indentsNed Batchelder2021-01-101-3/+3
* show_pyc: Flags changed in 3.9Ned Batchelder2021-01-101-7/+31
* So that set_env can show me one more variableNed Batchelder2021-01-101-0/+1