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)4 files changed
Lines changed: 385 additions & 154 deletions
File tree
- crates
- libtest2-mimic/tests/testsuite
- libtest2
- src
- tests/testsuite
0 commit comments