Releases: max-sixty/pytest-accept
Releases · max-sixty/pytest-accept
0.1.12
0.1.12 allows the plugin to work with python 3.13 correctly
(python 3.13 dedents docstrings, so we need to grab the indent of the docstring ourselves from the source)
0.1.11
0.1.11 stops using a deprecated pytest parameter that was raising a deprecation warning. This bumps the minimum pytest version to 7, (which is more than two years old so hopefully won't be disruptive).
0.1.10
0.1.10 allows for pytest 8, and makes some internal improvements.
0.1.7
Use utf-8 encoding when writing to file (#36)