summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test(fix): make the fullcoverage test work on 3.11Ned Batchelder2021-11-121-3/+1
* fix: don't overwrite a .gitignore in the html output directory. #1244nedbat/1244-againNed Batchelder2021-11-121-0/+7
* test(refactor): convert looping tests to parametrizeNed Batchelder2021-11-113-51/+45
* style: convert more string formatting to f-stringsNed Batchelder2021-11-1115-32/+30
* refactor: we no longer need to treat 'class' lines speciallyNed Batchelder2021-11-111-3/+3
* fix: colons in decorators shouldn't stop an exclusionNed Batchelder2021-11-101-1/+21
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-102-0/+4
* fix: warn about more source file problemsNed Batchelder2021-11-091-1/+6
* refactor(test): convert eight tests to one parametrized testNed Batchelder2021-11-071-27/+4
* refactor(test): use the expected name for initializing tests.Ned Batchelder2021-11-079-27/+24
* fix: remapping paths during combining needs to follow relative_files=True. #1147Ned Batchelder2021-11-062-76/+101
* fix: give a default value to the name argument for Matchers. #1273Ned Batchelder2021-11-051-6/+6
* fix: don't report branches to exclusions as missing. #1271Ned Batchelder2021-11-051-1/+15
* refactor(test): make traceback checks a bit flexibleNed Batchelder2021-11-042-7/+11
* refactor(test): don't even import contracts if not using PyContractsNed Batchelder2021-11-041-2/+2
* test(fix): isolate excepthook tests from each otherNed Batchelder2021-11-022-0/+9
* build(test): remove obsolete jQuery gold files #840Ned Batchelder2021-11-026-182/+23
* test: force VirtualenvTest onto one worker to save timeNed Batchelder2021-11-021-7/+50
* perf(test): run pip just once, shaves 1.2s off the fixtureNed Batchelder2021-10-311-8/+9
* test: use the coverage-command fixture throughout the venv testsNed Batchelder2021-10-311-4/+4
* fix: don't warn about already imported files for namespace packages #888Ned Batchelder2021-10-311-2/+52
* refactor(test): the virtualenv tests deserve their own fileNed Batchelder2021-10-312-263/+277
* 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