mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add item for pre- and post-conditions
This commit is contained in:
parent
e6fd716586
commit
7f99dcc06f
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue