Changelog

Versions follow Calendar Versioning (<year>.<month>.<day>).

[UNRELEASED DRAFT]

No significant changes.

2021.12.29

Improvements

  • #11: Plugin is now fully typed.

v2021.3.24

  • 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

v2019.1.8

  • Patch PyTest before any conftest.py file is processed.

v2019.1.7

  • Support PyTest >= 4.1

v2019.1.6.post1

  • No changes were made besides locking to PyTest < 4.0

v2019.1.6

  • No changes were made besides locking to PyTest < 4.1

v2017.11.11

  • Allow passing a string to the register function which will be the helper name

v2016.7.10

  • #4: Allow a registered function to contibue to behave as a regular function.

v2016.4.15

  • #3: Hide the FuncWrapper traceback in pytest failures. Thanks Logan Glickfield(@lsglick)

v2016.4.5

  • Use a wrapper class instead of adding an attribute to a function.

v2016.4.3

  • #1: Provide proper errors when helper functions or namespaces are being overridden.

v2016.3.2

  • First working release