Release 0.3.0
0.3.0
- Ignore
Skip
,Skipf
, andSkipNow
methods in Go framework (#759 and #760) - 94e81c6 unintentionally removed
recursive_kill
's post-visit behavior. 381a0ff restores the post-visit behavior, but retains the non-recursiveness that 94e81c6 introduced. (381a0ff) - Add ability to ignore tests (#798)
- Lock project's root directory to help protect against concurrent uses of Necessist (#791)