Replies: 1 comment 4 replies
-
I think if you put |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @sourcefrog , there are a lot of tests on stacks-core that are not flagged as
test
, but instead have macros for that like#[apply(test_clarity_versions)]
, reference here https://github.com/stacks-network/stacks-core/blob/8235472058e1a981f3badb7e897e418281a80ec5/clarity/src/vm/tests/variables.rs#L31.Is there a method to add headers, besides
#[test]
, to be directly skipped and not generate mutants? Would be very useful as it would keep the code cleaner and be directly automatic instead of creating skip headers for each of them. If there isn't could something like this be implemented? Thank you very much.Beta Was this translation helpful? Give feedback.
All reactions