summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way to load modules by file name.Ned Batchelder2021-01-101-4/+15
* 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-102-13/+14
* PEP 626: Docstring-only functions changed againNed Batchelder2021-01-101-1/+2
* PEP 626: constant tests are kept as no-opsNed Batchelder2021-01-103-33/+129
* Clean up the platform constants in env.pyNed Batchelder2021-01-101-1/+1
* In 3.10, modules always have firstlineno==1Ned Batchelder2021-01-102-1/+8
* Python 3.10 doesn't compile statments after unconditional jumps.Ned Batchelder2021-01-102-89/+116
* 2506 is fixed?Ned Batchelder2021-01-101-4/+7
* Tests of statements after raise and returnNed Batchelder2021-01-101-0/+22
* Always output TOTAL line.Judson Neer2021-01-065-33/+70
* Use set literalsNed Batchelder2021-01-036-17/+17
* This test doesn't work on Mac either.Ned Batchelder2021-01-021-1/+1
* Updated gold html filesNed Batchelder2020-12-0538-79/+117
* This test is picky about platformsNed Batchelder2020-11-281-1/+1
* Fix tests for GitHub windows platformNed Batchelder2020-11-284-9/+11
* PyPy 3.7 doesn't act exactly like CPython 3.7Ned Batchelder2020-10-102-2/+2
* Python 3.10Ned Batchelder2020-10-101-1/+5
* If a plugin is disabled, don't try to record its file tracers. #1011Ned Batchelder2020-09-131-0/+32
* Fix a missed exception handling for bad pluginsNed Batchelder2020-09-131-0/+22
* ambigious -> ambiguousNed Batchelder2020-09-125-10/+10
* Docs and cleanup for source_pkgsNed Batchelder2020-09-124-7/+6
* Create Way to force package even if filepath exists (#1026)Thomas Grainger2020-09-125-0/+24
* replace confusing comment with assertion (#1028)Thomas Grainger2020-09-121-3/+12
* Explain a mysteryNed Batchelder2020-09-021-0/+4
* More bitbucket->github urlsNed Batchelder2020-08-1813-54/+53
* Displaying timezone information in HTML report (#960)Xie Yanbo2020-07-2339-38/+44
* CmdLineStdoutTest::test_cmd_help: test for at least 20 lines (#1013)latricewilgus2020-07-191-1/+1
* Fix dark mode for context listing. #1009Ned Batchelder2020-07-091-2/+12
* A known failure has been fixedNed Batchelder2020-07-051-1/+1
* Back to monospaced for the index pageNed Batchelder2020-07-051-1/+1
* Switch to python-based sass compilerNed Batchelder2020-07-051-1/+111
* Report descending sort option (#1005)Jerin Peter George2020-07-031-0/+6
* 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-302-1/+8
* Simplify testing of --no-skip-covered, and add docsNed Batchelder2020-06-292-30/+10
* More HTML tweaksNed Batchelder2020-06-291-4/+3
* Merge pull request #932 from asottile/no_skip_coveredNed Batchelder2020-06-291-0/+30
|\
| * Add --no-skip-covered to allow negation of --skip-coveredAnthony Sottile2020-02-141-0/+30
* | Provide more information in the fail-under messageNed Batchelder2020-06-281-2/+8
* | Merge pull request #977 from navyad/navyad/fail-underNed Batchelder2020-06-281-2/+2
|\ \
| * | message for fail-undernavyad2020-04-191-2/+2
* | | A few further style tweaks to the HTML reportNed Batchelder2020-06-281-122/+11
* | | Merge pull request #931 from vsalvino/darkmodeNed Batchelder2020-06-2825-116/+275
|\ \ \
| * | | Fix testsVince Salvino2020-06-2424-74/+74
| * | | Add dark mode to HTML output; improve accessibilityVince Salvino2020-02-111-42/+201
| | |/ | |/|
* | | Read the config file contents as bytes, it's just for debugging anyway. #990Ned Batchelder2020-05-231-4/+10
* | | Update pylintNed Batchelder2020-05-191-1/+1