Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement test attribute #39

Open
camshaft opened this issue Oct 20, 2020 · 0 comments · May be fixed by #64
Open

Implement test attribute #39

camshaft opened this issue Oct 20, 2020 · 0 comments · May be fixed by #64
Labels
[C] Feature / Enhancement A new feature request or enhancement to an existing feature.

Comments

@camshaft
Copy link
Owner

This would allow for more concise stateless tests:

#[bolero::test]
fn my_test(value: u64) {
    // checks go here
}
#[bolero::test(generator = my_generator())]
fn my_test(value: u64) {
    // checks go here
}
@camshaft camshaft linked a pull request Nov 9, 2021 that will close this issue
@adpaco-aws adpaco-aws added [C] Feature / Enhancement A new feature request or enhancement to an existing feature. and removed enhancement labels Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Feature / Enhancement A new feature request or enhancement to an existing feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants