ipld-eth-server/test
2021-09-22 16:30:10 +05:30
..
contract Fix typo. 2021-09-22 16:30:10 +05:30
helper.go Fix typo. 2021-09-22 16:30:10 +05:30
integration_suite_test.go integration test: initial commit 2021-04-16 16:57:11 +03:00
integration_test.go Fix typo. 2021-09-22 16:30:10 +05:30
README.md Fix typo. 2021-06-14 10:55:23 +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 integration test:

make integrationtest_local