Replies: 1 comment
-
My bad: I can obviously trigger schema tests with Note: when I run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I played around with the C++ generator tests: I started
FIXTURE=cplusplus npm test
, as described in the README, and some tests are executed.I am interested in code from schema files. So I "broke" an example
integer-float-union.1.json
described byinteger-float-union.schema
in the test folder (I changed the field name). I somehow expected that some test will fail, but everything seems ok.Are the fixtures also testing the schema examples?
If not - what would be a good starting point to introduce such tests (from the overall design of the tests)?
Beta Was this translation helpful? Give feedback.
All reactions