Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(test): use the expected name for initializing tests. | Ned Batchelder | 2021-11-07 | 1 | -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.search | Ned Batchelder | 2021-10-28 | 1 | -2/+2 |
| | | | | and also replace some calls with just-plain re.search. | ||||
* | test: also test goldtest bad xml | Ned Batchelder | 2021-10-25 | 1 | -10/+33 |
| | |||||
* | test: finishing covering goldtest.py with test_goldtest.py | Ned Batchelder | 2021-10-24 | 1 | -18/+66 |
| | |||||
* | test: test compare() from test/goldtest.py | Ned Batchelder | 2021-10-24 | 1 | -0/+101 |