What's Changed * feat: add new context manager to return an appropriate parent node for node creation by captainhammy in https://github.com/captainhammy/pytest-houdini/pull/34 * BREAKING CHANGE: remove does_not_raise context manager by captainhammy in https://github.com/captainhammy/pytest-houdini/pull/34
What's Changed * test: improvements to tox setup and execution by captainhammy in https://github.com/captainhammy/pytest-houdini/pull/21 * chore: use a better way of specifying code coverage secret value by captainhammy in https://github.com/captainhammy/pytest-houdini/pull/22 * style: add flake8-pyi and refurb testing by captainhammy in https://github.com/captainhammy/pytest-houdini/pull/24
What's Changed * feat: Use ruff for linting and formatting instead of black, flake8 and pylint by captainhammy in https://github.com/captainhammy/pytest-houdini/pull/17
What's Changed * fix: use `originalname` instead of `name` to not fail on parametrized tests by captainhammy in https://github.com/captainhammy/pytest-houdini/pull/14