cic-internal-integration/apps/cic-eth/tests/test_basic.py

11 lines
128 B
Python
Raw Normal View History

2021-02-01 18:12:51 +01:00
def test_default(
init_database,
):
pass
def test_w3(
init_w3,
):
a = init_w3.eth.accounts[0]