Skip to content

v1.7.0

Compare
Choose a tag to compare
@hermansje hermansje released this 03 May 14:36
· 145 commits to master since this release

This release improves the base functionality for all depending SCT libraries.

Enhancements

  • Add _debug SCT introspection function
  • Add State.parent_state and State.state_history as a general state linking mechanism (using State.creator)
  • Add TestRunner and TestRunnerProxy and make Reporter a TestRunnerProxy
  • Add AST and text offset support in Runner
  • Improve Dispatcher, Feedback and Test interfaces