Skip to content

v1.1.0

Compare
Choose a tag to compare
@fahhem fahhem released this 21 Jul 19:01
· 291 commits to master since this release
  • Phase repeat works and has a limit
  • test_start can now be a phase that can use plugs, only those plugs will be instantiated at that time
  • Phase status is calculated per-phase after the phase finishes
  • Phases can return PhaseResult.SKIP along with STOP, and CONTINUE

Backwards-incompatible changes:

  • validators no longer replaces itself in the module namespace. validators.InRange are now available for subclassing