-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
A significant portion of our testing (integration, load, etc) utilize a mix of class-based tests and modern fixtures. This makes modifying and updating the tests difficult, as there are two competing architecture patterns. Additionally, class-based tests are less reliable when invoking modern test fixtures in Pytest. This could also be slowing down our tests or resulting in unexpected results.
The goal is to update our class-based test logic to use discrete, individualized test functions with reusable test fixtures, all under the Pytest framework paradigm.
┆Issue is synchronized with this Jira Task
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels