summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* debug: code we can enable to see where tests are running and in what orderNed Batchelder2021-10-301-1/+9
* chore: update HTML gold filesNed Batchelder2021-10-3024-74/+77
* test: fix the trailing-space test, and suppress warnings about \<space>Ned Batchelder2021-10-302-12/+18
* style: remove implicit string concatenationNed Batchelder2021-10-302-25/+25
* deprecated: the annotate command will be removed in a future versionNed Batchelder2021-10-291-1/+6
* refactor(test): make re_lines (et al) look like re.searchNed Batchelder2021-10-287-74/+68
* refactor(test): name this gold file properlyNed Batchelder2021-10-282-1/+1
* test: add a annotate test, and simplify the logicNed Batchelder2021-10-282-0/+30
* feat: html output directory gets a .gitignore file. #1244Ned Batchelder2021-10-271-0/+1
* fix(debug): ast_dump failed on a few thingsNed Batchelder2021-10-273-16/+37
* refactor(test): re_lines is more useful if it returns a listNed Batchelder2021-10-274-19/+28
* feat: xml and json say what they are doing, and -q quiets everything. #1254nedbat/dashqNed Batchelder2021-10-265-16/+59
* test: a true unit test for render_reportNed Batchelder2021-10-261-0/+50
* refactor: alphabetize the optionsNed Batchelder2021-10-261-53/+53
* fix: changes for PyPy3.8Ned Batchelder2021-10-253-1/+4
* test: also test goldtest bad xmlNed Batchelder2021-10-252-14/+37
* test: finishing covering goldtest.py with test_goldtest.pyNed Batchelder2021-10-244-24/+78
* test: test compare() from test/goldtest.pyNed Batchelder2021-10-243-45/+125
* refactor(test): os_sep and remove_tree helpersNed Batchelder2021-10-246-24/+30
* fix(html): ariaSort isn't supported in Firefox yetNed Batchelder2021-10-233-14/+12
* chore(test): update gold filesNed Batchelder2021-10-2327-213/+217
* test: update gold filesNed Batchelder2021-10-2343-2063/+1890
* fix(html): fix a few problems with the html reportNed Batchelder2021-10-233-15/+32
* test: sometimes pytest directories have a "popen" componentNed Batchelder2021-10-231-3/+4
* refactor: no more need for a search path for static filesNed Batchelder2021-10-231-57/+1
* refactor(html): remove all uses of jQuery, only vanilla JS nowSeptatrix2021-10-231-8/+12
* refactor(html): a one-header sticky headerNed Batchelder2021-10-231-31/+33
* fix(html): scrolling to an anchor ensures the line is visibleNed Batchelder2021-10-201-3/+3
* fix: avoid measuring generated code. #1160Ned Batchelder2021-10-181-3/+19
* test: remove some obsolete HTML scrubsNed Batchelder2021-10-171-5/+0
* chore: updated HTML gold filesNed Batchelder2021-10-1738-383/+626
* test: don't show these functions when HTML gold files failNed Batchelder2021-10-172-0/+3
* test: html scrubs need to account for pytest dir namingNed Batchelder2021-10-171-0/+1
* fix(html): adjust some colorsNed Batchelder2021-10-171-8/+8
* feat(html): sticky header on pyfileNed Batchelder2021-10-171-5/+15
* refactor(html): use header/main/footer html5 elementsNed Batchelder2021-10-171-8/+8
* test: fix the tests/gold/html/Makefile to copy actual outputNed Batchelder2021-10-171-4/+3
* test: improve this one html testNed Batchelder2021-10-171-3/+3
* feat: `coverage run` now sets the COVERAGE_RUN environment variableNed Batchelder2021-10-161-1/+16
* test: very minor clean upNed Batchelder2021-10-161-1/+4
* test: subprocess diagnostic for when we need itNed Batchelder2021-10-161-0/+6
* test: we don't need two sys.path restorersNed Batchelder2021-10-143-15/+6
* test: parametrize test_pathologically_long_code_objectNed Batchelder2021-10-141-21/+18
* test: don't use subprocesses where we don't have toNed Batchelder2021-10-133-56/+74
* refactor: use the get_report helperNed Batchelder2021-10-131-6/+1
* refactor: no longer need to explicitly omit site-packagesNed Batchelder2021-10-131-15/+0
* refactor: convert existing imports to start_stop_importNed Batchelder2021-10-131-15/+6
* test: we really don't want to hear about imp being deprecatedNed Batchelder2021-10-121-0/+5
* test: add a test that self.stdout() works the way it says.Ned Batchelder2021-10-121-0/+9
* fix: use human sorting on human-readable thingsNed Batchelder2021-10-122-8/+39