You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed doctest output indentation: now derives indentation from the >>> line rather than the output position, fixing cases where blank lines in docstrings caused output to be written at column 0 (#297) — thanks to @VeckoTheGecko for reporting (#296)
Fixed Python 3.13 deprecation warning in assert plugin (#264)
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).