Skip to content

Commit

Permalink
undo deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed May 8, 2023
1 parent 4e365af commit c58312f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def set_evm_verbose_logging():
logger.setLevel("DEBUG2")


# Useful options to comment out whilst working:
# set_evm_verbose_logging()


def pytest_addoption(parser):
parser.addoption("--no-optimize", action="store_true", help="disable asm and IR optimizations")

Expand Down

0 comments on commit c58312f

Please sign in to comment.