Skip to content

Implement test attribute #39

Open
@camshaft

Description

@camshaft

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    [C] Feature / EnhancementA new feature request or enhancement to an existing feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions