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
One comment here: Test Framework != Tests. Test framework is supposed to simplify writing tests by moving common logic into various utility methods. Is this part considered here?
Yeah we would just have to add a file and call a few common methods. I could include it in the next PR of the next schema. So to answer your question It has been considered.
As suggested by @oleg-nenashev #1027 (comment)
We would be adding Unit tests for the Schema.
Inital plans:
Add examples in tests for valid and invalid configurators , could be typos etc.
Add examples in tests for valid and invalid data types, eg int , string.
Separate Test for the testing the schema Generated is valid.
The text was updated successfully, but these errors were encountered: