Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@FloLey FloLey released this 24 Jan 09:30
· 266 commits to master since this release

New Features

  • Added support for testing v2 modules.
  • Extended to be compatible with inmanta-core>=6
  • Added support for custom inmanta_reset_state method to clean up stateful modules between compiles
  • Ensure that projects are compiled using a separate venv.
  • Fixed typing issue for filter_args in different method of the Project class.

Breaking changes

  • pytest-inmanta now keeps inmanta_plugins submodules alive across compiles. As a result, stateful modules must implement custom state cleanup logic as described in the README.