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 has been archived by the owner on May 15, 2023. 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.
melinath
changed the title
Generate tests from Magic Modules
Generate resource tests from Magic Modules
Sep 14, 2021
melinath
changed the title
Generate resource tests from Magic Modules
Copy handwritten per-resource tests from Magic Modules
Sep 14, 2021
melinath
changed the title
Copy handwritten per-resource tests from Magic Modules
Split handwritten tests by resource instead of CLI / read / unit
Nov 1, 2021
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
The text was updated successfully, but these errors were encountered: