-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export test function #55
Comments
I see 2 ways to do this:
The second way seems simpler. I might use jsonschema to provide validation functionality anyway (#46 (comment) ) |
I think stuff would be clearer if an other implementation would be started (#59) because it would requires to depend on an interlanguage repo containing the json tests. Is it okay for an implementation to provide its own test suite or should it be independent ? |
I like the way this org is organized https://github.com/JSONScript/jsonscript-test-suite |
well this is long done. |
Would be interesting to somehow export the test functions to make it easy to add tests for protodef users (to add tests for https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/src/datatypes/minecraft.js )
follows #54
The text was updated successfully, but these errors were encountered: