Commit a6b2afa
authored
feat: Add
Resolves #16.
After some discussion on #16
I went with the approach of accepting attributes following `#[test]`
(for now only `#[ignore]` is accepted), as this would allow us to accept
the standard syntax `#[ignore = "some reason"]` (and later
`#[should_panic = "some expected message"]`). These are not allowed in
custom attributes, but so long as we don't emit these (only parse them
internally) it's all good.#[ignore] macro (#139)File tree
4 files changed
+385
-154
lines changed- crates
- libtest2-mimic/tests/testsuite
- libtest2
- src
- tests/testsuite
4 files changed
+385
-154
lines changed
0 commit comments