File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11
11
- Introduced the ` #[dirs] ` attribute, which can be used with ` #[files(...)] ` to explicitly include directory paths.
12
12
See [ #306 ] ( https://github.com/la10736/rstest/pull/306 ) thanks to @Obito-git .
13
13
- The CI now runs builds and tests on Windows, as well.
14
+ - ` #[test_attr] ` to define test attribute explicit and also enable the use of
15
+ ` #[macro_rules_attribute::apply(<macro>)] ` : naw also ` smol ` works. See
16
+ [ #303 ] ( https://github.com/la10736/rstest/pull/303 )
17
+ [ #311 ] ( https://github.com/la10736/rstest/pull/311 )
18
+ [ #315 ] ( https://github.com/la10736/rstest/pull/315 )
19
+ thanks to @coriolinus .
14
20
15
21
### Fixed
16
22
17
23
- Removed unsued trait and impl spotted out on ` 1.89.0-nightly `
18
24
- Add missed tests about ignore attribute's args in ` rstest ` expansion.
19
25
See [ #313 ] ( https://github.com/la10736/rstest/pull/313 )
20
26
- The ` #[files(...)] ` attribute now works reliably on Windows.
27
+ - Now global attributes can go everywhere in the list also where case is used
21
28
22
29
## [ 0.25.0] 2025/3/2
23
30
You can’t perform that action at this time.
0 commit comments