We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I added a first pass at the test suite, but some of the tests currently do not pass. There are also some tests missing:
The following tests are disabled because they are broken. They need to be fixed (likely in the client code to add some validations around parsing etc.) https://github.com/omarjatoi/json-rpc/blob/a14cc782d382e8dd0daf57356dfd3e3bba164095/test/json_rpc_test.erl#L69-L73
test_invalid_json
test_invalid_request_object
test_batch_invalid_json
test_empty_array
test_invalid_batch
The following tests are defined in the JSON-RPC 2.0 specification but not currently implemented:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I added a first pass at the test suite, but some of the tests currently do not pass. There are also some tests missing:
The following tests are disabled because they are broken. They need to be fixed (likely in the client code to add some validations around parsing etc.) https://github.com/omarjatoi/json-rpc/blob/a14cc782d382e8dd0daf57356dfd3e3bba164095/test/json_rpc_test.erl#L69-L73
test_invalid_json
test_invalid_request_object
test_batch_invalid_json
test_empty_array
test_invalid_batch
The following tests are defined in the JSON-RPC 2.0 specification but not currently implemented:
The text was updated successfully, but these errors were encountered: