mirror of https://github.com/nucypher/nucypher.git
Keep compiler test module from being left beind: needs cleanup
parent
4502c45282
commit
db384bf7c2
|
@ -0,0 +1,9 @@
|
|||
from nucypher.blockchain.eth.deployers import NucypherTokenDeployer
|
||||
|
||||
|
||||
def test_nucypher_contract_compiled(testerchain):
|
||||
# Ensure that solidity smart contacts are available, post-compile.
|
||||
origin, *everybody_else = testerchain.interface.w3.eth.accounts
|
||||
|
||||
token_contract_identifier = NucypherTokenDeployer(blockchain=testerchain, deployer_address=origin)._contract_name
|
||||
assert token_contract_identifier in testerchain.interface._BlockchainInterface__raw_contract_cache
|
Loading…
Reference in New Issue