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
Currently, generic test cases are stored as a native Rust value written using a macro.
This prevents auto-formatting and reduces the flexibility and maintainability of the test cases schema.
They are static data, so they should be stored on some well-known format such as TOML.
It requires additional dev-dependencies (only for testing), but is worth doing.
The text was updated successfully, but these errors were encountered:
Currently, generic test cases are stored as a native Rust value written using a macro.
This prevents auto-formatting and reduces the flexibility and maintainability of the test cases schema.
https://github.com/lo48576/iri-string/blob/bb71787bb920cb1bfdd2d455954b7a2e740a161a/tests/components/mod.rs
They are static data, so they should be stored on some well-known format such as TOML.
It requires additional dev-dependencies (only for testing), but is worth doing.
The text was updated successfully, but these errors were encountered: