summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: auditwheel is only python 3nedbat/fix-auditwheel-install-kitNed Batchelder2021-03-0111-13/+14
|
* Merge branch 'nedbat/310-kits'Ned Batchelder2021-03-013-5/+62
|\
| * build: build 3.10 wheelsNed Batchelder2021-03-013-5/+62
| |
* | refactor: remove unused code pathsNed Batchelder2021-02-281-18/+20
| |
* | build: version bumpNed Batchelder2021-02-282-1/+7
|/
* docs: use sphinxcontrib for the rst buildercoverage-5.55.5Ned Batchelder2021-02-282-5/+3
|
* build: a better kit-building linkNed Batchelder2021-02-281-1/+1
|
* build: version 5.5 prepNed Batchelder2021-02-284-7/+9
|
* doc: latest sample HTML reportNed Batchelder2021-02-2813-34/+61
|
* fix: don't report branches to missing lines. #1065Ned Batchelder2021-02-284-7/+15
| | | | | Fixes: #1065 Fixes: #955
* test: fix a few metacov exclusionsNed Batchelder2021-02-282-2/+2
|
* docs: correct the GitHub action badgesNed Batchelder2021-02-281-4/+7
|
* fix: improve an error message. #803Ned Batchelder2021-02-283-4/+10
| | | | Fixes #803.
* build: coverage ci should fail fastNed Batchelder2021-02-281-1/+2
| | | | | The whole point of the coverage workflow is to combine the results at the end. If one job fails, stop everything.
* refactor: remove unused exception handlingNed Batchelder2021-02-281-24/+13
|
* fix: HTML line visibility is saved in local storage #1123Ned Batchelder2021-02-272-10/+44
| | | | | | | Seems like we could unify the two different uses of localStorage, but that's for another time. Fixes: #1123
* fix: HTML report makes room for 4-digit line numbers #1124Ned Batchelder2021-02-274-13/+17
| | | | Fixes: #1124
* test: add tests of report sorting optionsNed Batchelder2021-02-261-0/+10
|
* refactor: remove unneeded codeNed Batchelder2021-02-261-5/+2
|
* build: update to latest pylintNed Batchelder2021-02-266-9/+9
|
* test: add a test of missing sections and optionsNed Batchelder2021-02-252-2/+14
|
* refactor: put a test in a more appropriate classNed Batchelder2021-02-251-11/+11
|
* test: lines with `if not env.METACOV` won't be metacoveredNed Batchelder2021-02-251-0/+1
|
* refactor: simplify a one-iteration loopNed Batchelder2021-02-251-4/+3
|
* build: run on Python 3.10 alpha 5Ned Batchelder2021-02-258-6/+25
| | | | | This required pinning setuptools more aggressively, and cleaning up some dependency sloppinesss.
* build: make yaml syntax more uniformNed Batchelder2021-02-255-31/+35
|
* build: nicer publishing of HTML reportNed Batchelder2021-02-244-21/+57
| | | | Also, this correctly combines results from different runners.
* test: oops, accidentally always skipped this testNed Batchelder2021-02-241-1/+1
|
* test: add tests of the failure asserts from check_coverageNed Batchelder2021-02-222-3/+54
| | | | This brings the coverage of tests/coveragetest.py to 100%.
* refactor: slightly better coverage in coveragetestNed Batchelder2021-02-213-5/+5
|
* build: create an HTML file to redirect to the coverage reportNed Batchelder2021-02-211-4/+21
|
* build: use a nicer directory name for reportsNed Batchelder2021-02-211-2/+7
|
* build: publish metacov to a ghpages repoNed Batchelder2021-02-211-0/+19
|
* build: pin astroid since pylint doesn'tNed Batchelder2021-02-211-0/+1
| | | | Without this pin, pylint runs can change over time as astroid changes.
* fix: avoid tracing pytracer.pyNed Batchelder2021-02-211-8/+37
| | | | Also, adjust the logging available in pytracer
* refactor: convert all skipping to pytest skipsNed Batchelder2021-02-0714-107/+53
|
* refactor: a better way to skip these testsNed Batchelder2021-02-071-5/+1
|
* refactor: we weren't using this __eq__Ned Batchelder2021-02-071-3/+0
|
* refactor: make all coverage.env uses uniformNed Batchelder2021-02-071-2/+2
|
* test: metacov is always xdistNed Batchelder2021-02-071-1/+1
|
* test: quiet a misleading coverage missNed Batchelder2021-02-071-1/+3
| | | | | We need this on Python 2, but in testing environments, a backport is installed, so this import isn't used.
* test: these tests can run during metacovNed Batchelder2021-02-071-1/+0
| | | | I forget why I thought they couldn't run during meta-coverage.
* test: more-uniform skipping of test during metacovNed Batchelder2021-02-073-25/+16
|
* build: improved combined coverage actionNed Batchelder2021-02-072-8/+33
| | | | | | - codecov wants more history. - make a downloadable HTML report.
* refactor: remove unittest.assertCountEqualNed Batchelder2021-02-0611-62/+56
| | | | Another step toward removing unittest.TestCase.
* Merge pull request #1113 from nedbat/nedbat/capsysNed Batchelder2021-02-028-66/+108
|\ | | | | More unittest removal
| * refactor: remove reliance on unittest_mixins.StdStreamCapturingMixinNed Batchelder2021-02-026-26/+62
| | | | | | | | This is another step toward removing unittest.TestCase as a base class.
| * refactor: move test mixins to their own fileNed Batchelder2021-02-024-32/+46
| |
| * refactor: remove unused methodsNed Batchelder2021-02-021-9/+1
|/
* doc: avoid latin abbreviationsNed Batchelder2021-02-012-1/+2
|