-
Notifications
You must be signed in to change notification settings - Fork 7
Fixture support #18
Copy link
Copy link
Open
Labels
A-pytestArea: pytest-like framework implemented on top of the new harnessArea: pytest-like framework implemented on top of the new harnessC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectations
Milestone
Metadata
Metadata
Assignees
Labels
A-pytestArea: pytest-like framework implemented on top of the new harnessArea: pytest-like framework implemented on top of the new harnessC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectations
The idea is to print pytest-like fixtures to Rust, like test-r and rustest do.
Fixtures should allow composable test setup and tear down
#[ignore]macro support #16)#[should_panic]macro support #15)rustest, we offer a teardown attribute. Should probably be nameddropDifferences from Pytest