summaryrefslogtreecommitdiff
path: root/tests/goldtest.py
Commit message (Collapse)AuthorAgeFilesLines
* test: finishing covering goldtest.py with test_goldtest.pyNed Batchelder2021-10-241-6/+6
|
* test: test compare() from test/goldtest.pyNed Batchelder2021-10-241-45/+20
|
* fix(html): fix a few problems with the html reportNed Batchelder2021-10-231-0/+17
| | | | | | | | | | - highlights weren't showing - anchored lines were not visible - some j/k motions were broken - clicking the big buttons at the top didn't work
* test: don't show these functions when HTML gold files failNed Batchelder2021-10-171-0/+2
|
* style: use the official designation for utf-8Ned Batchelder2021-10-101-1/+1
| | | | | Yes, this is completely unimportant. Don't ask me why I bothered, I'm not really sure.
* refactor: convert %-strings to f-stringsNed Batchelder2021-07-281-2/+2
|
* test: mark some only-failure code in the recent goldtest changesNed Batchelder2021-07-181-2/+2
|
* test: change how we keep mismatched actual outputNed Batchelder2021-07-151-0/+14
| | | | | | | | | | | | Now when a goldtest has a failure, the actual mismatched output will be written to the tests/actual directory. Along the way, I removed some obsolete settings which were only used by unittest and unittest_mixins, which we no longer use: - COVERAGE_KEEP_TMP - COVERAGE_ENV_ID - $TMPDIR/coverage_test
* build: update to latest pylintgood-metaNed Batchelder2021-05-021-2/+0
|
* refactor: remove a few more version checksNed Batchelder2021-05-021-6/+2
|
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-11/+11
|
* Clean-ups I noticed while doing something elseNed Batchelder2019-11-171-2/+0
|
* Rewrite XML tests to use xml parsing instead of regexesNed Batchelder2019-03-231-1/+18
|
* Rename farm to gold, since that's what it isNed Batchelder2018-11-181-1/+1
|
* Remove test_farm.pyNed Batchelder2018-11-181-4/+154
|
* Remove now-unused CoverageGoldTest classNed Batchelder2018-08-241-29/+1
|
* Stop using farm/src for HTML tests.Ned Batchelder2018-08-241-1/+5
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Was using the wrong pragmaNed Batchelder2016-11-221-1/+1
|
* Use latest pylintNed Batchelder2016-08-071-2/+2
|
* Remove the test helpers into their own repoNed Batchelder2016-06-011-1/+1
|
* Don't let old tests results interfere with new testsNed Batchelder2016-02-051-4/+4
|
* Fix pylint warningsNed Batchelder2015-09-041-1/+1
|
* Convert farm html tests to goldtests.Ned Batchelder2015-08-311-0/+42