mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-27 22:28:21 +00:00
76e244f24f
* Adding specific Postman testing for tracing * Updating tests
16 lines
736 B
Markdown
16 lines
736 B
Markdown
# 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
|