From a21a91f122158c9b4090af3c760c34f104f05ac8 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Sun, 22 Sep 2024 19:44:23 -0400 Subject: [PATCH] update a note --- moccasin/fixture_tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moccasin/fixture_tools.py b/moccasin/fixture_tools.py index 9f470c1..38153bb 100644 --- a/moccasin/fixture_tools.py +++ b/moccasin/fixture_tools.py @@ -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)