Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: finishing covering goldtest.py with test_goldtest.py | Ned Batchelder | 2021-10-24 | 1 | -6/+6 |
| | |||||
* | test: test compare() from test/goldtest.py | Ned Batchelder | 2021-10-24 | 1 | -45/+20 |
| | |||||
* | fix(html): fix a few problems with the html report | Ned Batchelder | 2021-10-23 | 1 | -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 fail | Ned Batchelder | 2021-10-17 | 1 | -0/+2 |
| | |||||
* | style: use the official designation for utf-8 | Ned Batchelder | 2021-10-10 | 1 | -1/+1 |
| | | | | | Yes, this is completely unimportant. Don't ask me why I bothered, I'm not really sure. | ||||
* | refactor: convert %-strings to f-strings | Ned Batchelder | 2021-07-28 | 1 | -2/+2 |
| | |||||
* | test: mark some only-failure code in the recent goldtest changes | Ned Batchelder | 2021-07-18 | 1 | -2/+2 |
| | |||||
* | test: change how we keep mismatched actual output | Ned Batchelder | 2021-07-15 | 1 | -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-meta | Ned Batchelder | 2021-05-02 | 1 | -2/+0 |
| | |||||
* | refactor: remove a few more version checks | Ned Batchelder | 2021-05-02 | 1 | -6/+2 |
| | |||||
* | refactor: pyupgrade --py36-plus tests/**.py | Ned Batchelder | 2021-05-02 | 1 | -11/+11 |
| | |||||
* | Clean-ups I noticed while doing something else | Ned Batchelder | 2019-11-17 | 1 | -2/+0 |
| | |||||
* | Rewrite XML tests to use xml parsing instead of regexes | Ned Batchelder | 2019-03-23 | 1 | -1/+18 |
| | |||||
* | Rename farm to gold, since that's what it is | Ned Batchelder | 2018-11-18 | 1 | -1/+1 |
| | |||||
* | Remove test_farm.py | Ned Batchelder | 2018-11-18 | 1 | -4/+154 |
| | |||||
* | Remove now-unused CoverageGoldTest class | Ned Batchelder | 2018-08-24 | 1 | -29/+1 |
| | |||||
* | Stop using farm/src for HTML tests. | Ned Batchelder | 2018-08-24 | 1 | -1/+5 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Was using the wrong pragma | Ned Batchelder | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Use latest pylint | Ned Batchelder | 2016-08-07 | 1 | -2/+2 |
| | |||||
* | Remove the test helpers into their own repo | Ned Batchelder | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Don't let old tests results interfere with new tests | Ned Batchelder | 2016-02-05 | 1 | -4/+4 |
| | |||||
* | Fix pylint warnings | Ned Batchelder | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | Convert farm html tests to goldtests. | Ned Batchelder | 2015-08-31 | 1 | -0/+42 |