11 lines
128 B
Python
11 lines
128 B
Python
|
|
||
|
def test_default(
|
||
|
init_database,
|
||
|
):
|
||
|
pass
|
||
|
|
||
|
def test_w3(
|
||
|
init_w3,
|
||
|
):
|
||
|
a = init_w3.eth.accounts[0]
|