Skip to content

Releases: twmr/pytest-sphinx

v0.6.3

13 Apr 19:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

01 Apr 19:01
fd056b0
Compare
Choose a tag to compare
  • Adapt to incompatible import_path API change in pytest 8.1.1. Pytest 8.1.1 is
    required by pytest-sphinx now.

Full Changelog: v0.6.1...v0.6.2

v0.6.1

01 Apr 17:52
Compare
Choose a tag to compare

What's Changed

  • Remove _importconftest call on pytest>=8 by @Thisch in #61

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Feb 20:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Sep 20:47
Compare
Choose a tag to compare

What's Changed

  • Use verbose regular expression by @tony in #33
  • chore(.gitignore): Ignore virtualenv directories by @tony in #32
  • Use named group regular expression by @tony in #34
  • test_sphinx_doctest.py: Assert doctest directive by @tony in #35
  • Add doctest entry to README by @Thisch in #36
  • setup.py -> pyproject.toml (PEP 621) by @tony in #41
  • ci,build: Add flake8, black, isort (and wire into CI) by @tony in #42
  • build(deps): Fix typo in package name by @tony in #43
  • src/ layout structure by @tony in #45

New Contributors

  • @tony made their first contribution in #33

Full Changelog: v0.4.0...v0.5.0

v0.4.0

30 Mar 20:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0