Skip to content

0.10.0

Choose a tag to compare

@chmp chmp released this 12 Feb 12:19
· 248 commits to main since this release
  • Remove the ModuleCollectorPlugin in favor of relying on pytest's builtin collection mechanism
  • Allow to fully customize the command line and to skip passing the current module as an argument
  • Simplify config implementation: restrict config changes to function calls
  • Allow to use the generated module name in the arguments passed to pytest by using {MODULE}
  • Require python>=3.6
  • Remove %%rewrite_asserts magic
  • Remove tempfile_fallback config option
  • Remove register_module config option
  • Remove raise_on_error config option
  • Remove filename argument for ipytest.run
  • Remove return_exit_code argument from ipytest.run
  • Remove running_as_test function

Release on PyPI