Disable more Infura tests

pull/1332/head
Bernhard Mueller 5 years ago
parent de92272bf9
commit ab35dcd09b
  1. 2
      tests/cmd_line_test.py
  2. 3
      tests/laser/state/world_state_account_exist_load_test.py

@ -63,11 +63,13 @@ class CommandLineToolTestCase(BaseTestCase):
# Just check for crashes
output_of(command)
''''
def test_storage(self):
command = """python3 {} read-storage "438767356, 3" 0x76799f77587738bfeef09452df215b63d2cfb08a """.format(
MYTH
)
self.assertIn("0x1a270efc", output_of(command))
'''
"""

@ -10,7 +10,7 @@ from mythril.support.loader import DynLoader
from mythril.ethereum.interface.rpc.client import EthJsonRpc
from mythril.laser.ethereum.instructions import Instruction
"""
def _get_global_state():
active_account = Account("0x0", code=Disassembly("60606040"))
passive_account = Account(
@ -50,3 +50,4 @@ def test_extraction(addr, eth, code_len):
addr, dynamic_loader
).code.bytecode
assert len(code) == code_len
"""

Loading…
Cancel
Save