diff --git a/tests/test/conftest.py b/tests/conftest.py similarity index 51% rename from tests/test/conftest.py rename to tests/conftest.py index cdc44e3..3d541ea 100644 --- a/tests/test/conftest.py +++ b/tests/conftest.py @@ -2,5 +2,5 @@ import pytest -pytest_plugins = ['bip32_fixtures'] +pytest_plugins = ['bip0039_fixtures']