erigon-pulse/cmd/rpcdaemon/postman
Thomas Jay Rush 76e244f24f
Adding specific Postman testing for tracing (#1402)
* Adding specific Postman testing for tracing

* Updating tests
2020-12-14 11:28:03 +00:00
..
README.md Adding specific Postman testing for tracing (#1402) 2020-12-14 11:28:03 +00:00
RPC_Testing.json Update docs testing (#1385) 2020-12-04 10:24:49 +00:00
Trace_Testing.json Adding specific Postman testing for tracing (#1402) 2020-12-14 11:28:03 +00:00

Postman testing

There are two files here:

  • RPC_Testing.json
  • Trace_Testing.json

You can import them into Postman using these instructions: https://github.com/ledgerwatch/turbo-geth/wiki/Using-Postman-to-Test-TurboGeth-RPC

The first one is used to generate help text and other documentation as well as running a sanity check against a new release. There is basically one test for each of the 81 RPC endpoints.

The second file contains 31 test cases specifically for the nine trace routines (five tests for five of the routines, three for another, one each for the other three).

Another collection of related tests can be found here: https://github.com/Great-Hill-Corporation/trueblocks-core/tree/develop/src/other/trace_tests