Skip to content

Commit

Permalink
update a note
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 22, 2024
1 parent 3c8ae9f commit a21a91f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moccasin/fixture_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ def _fixture():
return active_network.get_or_deploy_contract(contract_name)

# add the fixture to the module's namespace
# REVIEW: i don't think is actually necessary?
# is this actually necessary? is there some other way to register fixtures
# with pytest?
setattr(module, fixture_name, _fixture)

0 comments on commit a21a91f

Please sign in to comment.