def test_fail_when_no_contract_under_that_address(self): # expect with pytest.raises(Exception): ExpiringMarket( web3=self.web3, address=Address('0xdeadadd1e5500000000000000000000000000000'))
def setup_method(self): GeneralMarketTest.setup_method(self) self.otc = ExpiringMarket.deploy(self.web3, 2500000000)