Skip to content

Non-breaking change enhancements

Compare
Choose a tag to compare
@corbym corbym released this 17 Jan 21:54
· 107 commits to master since this release

Enhancements:

  • "When" can now be called without Given
  • Test Id now uses testing.T's TestName instead of the func name
  • Now able to skip tests and register the skip with the test output
  • Given/When/Then formatting improved
  • Captured IOs and Interesting Givens now use interface{} for map keys