hashgraph / hedera-json-rpc-relay

Implementation of Ethereum JSON-RPC APIs for Hedera
Apache License 2.0
68 stars 72 forks source link

Add testing documentation regarding conformity tests #3054

Open natanasow opened 1 month ago

natanasow commented 1 month ago

Problem

We have 4 batches of conformity tests and different endpoints so it would be good to give a summary overview to understand what our coverage is and match it up to the execution-api test.

Solution

Create a TESTING.md file in the root and explain what the conformity tests do and cover.

Alternatives

Or we can use the current README for that purpose.