Skip to content

Commit b0a8833

Browse files
committed
update testing description
1 parent a8a953d commit b0a8833

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dabest/tests/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Testing
22

3-
We use [pytest](https://docs.pytest.org/en/latest) to execute the tests. More documentation of the testing paradigm will be added in the near future.
3+
We use [pytest](https://docs.pytest.org/en/latest) to execute the tests. For testing of plot generation, we use the [mpl plugin](https://github.com/matplotlib/pytest-mpl) for pytest. A range of different plots are created, and compared against the baseline images in the `baseline_images` subfolder.
44

55
To run the tests, go to the root of this repo directory and run
6-
76
```shell
87
pytest dabest
98
```

0 commit comments

Comments
 (0)