Add item for pre- and post-conditions

This commit is contained in:
Michael Miller 2019-01-01 18:00:24 -07:00
parent e6fd716586
commit 7f99dcc06f

View file

@ -102,6 +102,7 @@ In no particular order, features that have been implemented and are planned:
- [ ] Test multiple and generated values - `sample`, `random_sample`
- [ ] Concise syntax - `given`
- [X] Before and after hooks - `before_each`, `before_all`, `after_each`, `after_all`, `around_each`
- [ ] Pre- and post-conditions - `pre_condition`, `post_condition`
- [ ] Other hooks - `on_success`, `on_failure`, `on_error`
- [ ] One-liner syntax
- [X] Should syntax - `should`, `should_not`