cic-stack/apps/cic-eth/tests/test_basic.py

11 lines
128 B
Python

def test_default(
init_database,
):
pass
def test_w3(
init_w3,
):
a = init_w3.eth.accounts[0]