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
{{ message }}
This repository was archived by the owner on Nov 27, 2024. It is now read-only.
The existing CLI / read / unit split is confusing for users, and each test file has too much magic in it, which can make it hard to understand what's actually happening. We should instead split tests by resource and prioritize readability. It might help to do this by generating the tests automatically, which would require marking all resources exclude_validator: true - similar to #232.
The existing CLI / read / unit split is confusing for users, and each test file has too much magic in it, which can make it hard to understand what's actually happening. We should instead split tests by resource and prioritize readability. It might help to do this by generating the tests automatically, which would require marking all resources exclude_validator: true - similar to #232.
Blocked by #332