Skip to content

1.4.0 - Documentation + Possibility to call a decorated test function manually.

Compare
Choose a tag to compare
@smarie smarie released this 18 Dec 13:26
· 85 commits to main since this release

New features:

  • It is now possible to call a test function decorated with @test_steps manually, for example to run it once at the beinning of a test session in order for all imports to be done before actual execution. Fixes #22

Minor:

  • steps_harvest_df_utils submodule is now correctly listed in __all__.
  • Improved docstrings and documentation page for API reference.

See documentation page for details.