ipld-eth-server/test
2021-06-14 10:26:10 +05:30
..
contract integration tests: get balance 2021-04-21 16:05:24 +03:00
helper.go integration tests: get balance 2021-04-21 16:05:24 +03:00
integration_suite_test.go integration test: initial commit 2021-04-16 16:57:11 +03:00
integration_test.go Add test for GetStorageAt RPC. 2021-06-10 11:51:38 +05:30
README.md Add test scripts. 2021-06-14 10:26:10 +05:30

Spin up services:

docker-compose -f docker-compose.test.yml -f docker-compose.yml up -d db dapptools contract eth-server

Running unit tests:

make test_local

Running intrgration test:

make integrationtest_local