rstest_reuse 0.3.0

Reuse rstest attributes: create a set of tests and apply it to every scenario you want to test.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# TODO list

- [ ] Update rustup
- [ ] Update dependency `cargo upgrade`
- [ ] Run all test
  - [ ] Stable: `cargo +stable test`
  - [ ] Beta: `cargo +beta test`
  - [ ] Nightly: `cargo +nightly test`
- [ ] Check Cargo.toml version
- [ ] Check README
- [ ] prepare deploy `cargo publish --dry-run`
- [ ] deploy `cargo publish`
- [ ] Update `rstest` dependency
- [ ] Change next version
  - [ ] `Cargo.toml`