mirror of
git://holbrook.no/eth-contract-registry
synced 2026-05-14 17:08:42 +02:00
Ida/ci test
This commit is contained in:
BIN
python/.coverage
Normal file
BIN
python/.coverage
Normal file
Binary file not shown.
7
python/.coveragerc
Normal file
7
python/.coveragerc
Normal file
@@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = eth_contract_registry
|
||||
[report]
|
||||
omit = .venv/*
|
||||
**/runnable/*.py
|
||||
[html]
|
||||
@@ -52,7 +52,7 @@ def test_set(
|
||||
o = builder.address_of(registry, 'ContractRegistry', sender_address=eth_accounts[0])
|
||||
r = eth_rpc.do(o)
|
||||
r = abi_decode_single(ABIContractType.ADDRESS, r)
|
||||
assert r == registry
|
||||
assert r == strip_0x(registry)
|
||||
|
||||
(tx_hash_hex, o) = builder.set(registry, roles['CONTRACT_DEPLOYER'], 'ContractRegistry', addr_registry)
|
||||
r = eth_rpc.do(o)
|
||||
|
||||
Reference in New Issue
Block a user