File tree 1 file changed +48
-7
lines changed
1 file changed +48
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ 0.4.0] 2019-09-10
6
6
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
+
7
17
### Changed
8
18
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
10
24
11
25
### Added
12
26
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
14
38
15
39
### Fixed
16
40
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
18
43
19
- ## [ 0.3.0 ] ??
44
+ ### Changed
20
45
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
22
49
23
- ## [ 0.2.1 ] ??
50
+ ## [ 0.2.2 ] 2018-10-18
24
51
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
26
63
27
64
First Public release.
65
+
66
+ ## [ 0.1.0] ....
67
+
68
+ Just my testing and private use.
You can’t perform that action at this time.
0 commit comments