Skip to content

Commit

Permalink
test: put back runner
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 2, 2024
1 parent dd86083 commit e79c44b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ def all_versions():
return ALL_VERSIONS


@pytest.fixture
def cli_runner():
return CliRunner()


def _get_tb_contract(version: str, project, account):
project.load_contracts()

Expand Down

0 comments on commit e79c44b

Please sign in to comment.