Skip to content

Commit 76d1c18

Browse files
author
Michele d'Amico
committed
Close #56
1 parent f584346 commit 76d1c18

File tree

1 file changed

+48
-7
lines changed

1 file changed

+48
-7
lines changed

CHANGELOG.md

+48-7
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,65 @@
44

55
## [0.4.0] 2019-09-10
66

7+
### Added
8+
9+
- Injecting fixture with partial values in all tests (See #48)
10+
- Add new `rstest_matrix` macro to build tests by carthesian product of
11+
input arguments (See #38)
12+
13+
### Fixed
14+
15+
- Just bugs in tests
16+
717
### Changed
818

9-
- bla bla about changed lib version and minimum toolchain.
19+
- Use `unindent` crate instead the home made `Deindent` trait
20+
- Use `itertools`
21+
- Refactor parsing
22+
23+
## [0.3.0] 2019-06-28
1024

1125
### Added
1226

13-
- bla bla about features (one for each with linked feature).
27+
- Introduced `fixture` macro: Now you must annotate your fixture by
28+
this tag. See #5
29+
- Support for arbitrary rust code without use `Unwrap(str_lit)` trick.
30+
See #19 and #20 (deprecate `Unwrap()`)
31+
- Support for tests that return `Result()`, See #23
32+
- Support for dump test arguments
33+
- `rstest_parametrize` use module to group cases (See #13)
34+
- You can optionally give a an name for each test case (See #11)
35+
- Docs
36+
- Descriptive error handling: See #12, #15
37+
- `rstest_parametrize` can leave comma after last case
1438

1539
### Fixed
1640

17-
- bla bla about bug fix (link ticket if any)
41+
- `rstest_parametrize` should catch error in input! See #1, #14
42+
- Use negative literal. See #18
1843

19-
## [0.3.0] ??
44+
### Changed
2045

21-
## [0.2.2] ??
46+
- You need to use `fixture` to tag all your fixtures.
47+
- Migrate to 2018 Epoch
48+
- Tests: Refactoring and speed up
2249

23-
## [0.2.1] ??
50+
## [0.2.2] 2018-10-18
2451

25-
## [0.2.0] ??
52+
### Fixed
53+
54+
- Better error handling
55+
56+
## [0.2.1] 2018-10-15
57+
58+
### Changed
59+
60+
- crate.io categories
61+
62+
## [0.2.0] 2018-10-14
2663

2764
First Public release.
65+
66+
## [0.1.0] ....
67+
68+
Just my testing and private use.

0 commit comments

Comments
 (0)