Expand description
Fixture loading, validation, and grouping for e2e test generation.
Structs§
- Assertion
- A single assertion in a fixture.
- Fixture
- A single e2e test fixture.
- Fixture
Group - A group of fixtures sharing the same category.
- Mock
Response - Mock HTTP response for testing HTTP clients.
- Skip
Directive - Skip directive for conditionally excluding fixtures.
- Visitor
Spec - Visitor specification for visitor pattern tests.
Enums§
- Callback
Action - Action a visitor callback should take.
Functions§
- group_
fixtures - Group fixtures by their resolved category.
- load_
fixtures - Load all fixtures from a directory recursively.