You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current tests vary a lot in style and scope. Some of the tests also take a significant amount of time to be comfortable to run locally during development.
Expected Behavior
Separate current tests based on type (unit, integration, validation, etc) when appropriate. Optimise by using fixtures when testing requires heavy data setup. Include changes in testing guidelines.
Description
Our current tests vary a lot in style and scope. Some of the tests also take a significant amount of time to be comfortable to run locally during development.
Expected Behavior
Separate current tests based on type (unit, integration, validation, etc) when appropriate. Optimise by using fixtures when testing requires heavy data setup. Include changes in testing guidelines.
Additional Context
Related issues:
The text was updated successfully, but these errors were encountered: