Versions follow Calendar Versioning (<year>.<month>.<day>).
.. towncrier-draft-entries::
- #11: Plugin is now fully typed.
- Switched project to a
src
layout. - Switched project to a declarative setuptools approach
- Added support to check if a helper has been registered
- Pytest >= 6.1.1 is now required
- Patch PyTest before any
conftest.py
file is processed.
- Support PyTest >= 4.1
- No changes were made besides locking to PyTest < 4.0
- No changes were made besides locking to PyTest < 4.1
- Allow passing a string to the register function which will be the helper name
- #4: Allow a registered function to contibue to behave as a regular function.
- Use a wrapper class instead of adding an attribute to a function.
- #1: Provide proper errors when helper functions or namespaces are being overridden.
- First working release