summaryrefslogtreecommitdiff
path: root/tests/test_goldtest.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor(test): use the expected name for initializing tests.Ned Batchelder2021-11-071-2/+2
| | | | | | | | | Originally I used setup_test because something went wrong when I used setUp. I wrote https://github.com/pytest-dev/pytest/issues/8424 about it. There they say to use `-p no:nose` to disable nose interpretation. But now I simply went back to setUp, and all seems well? Not sure what changed, but using the expected name is better.
* refactor(test): make re_lines (et al) look like re.searchNed Batchelder2021-10-281-2/+2
| | | | and also replace some calls with just-plain re.search.
* test: also test goldtest bad xmlNed Batchelder2021-10-251-10/+33
|
* test: finishing covering goldtest.py with test_goldtest.pyNed Batchelder2021-10-241-18/+66
|
* test: test compare() from test/goldtest.pyNed Batchelder2021-10-241-0/+101