Skip to content

Commit

Permalink
Move test utils inside the package, they can be useful elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
gnpar committed Dec 4, 2024
1 parent c644963 commit 4746bfe
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Empty file.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from web3.auto import w3
from web3.middleware import ExtraDataToPOAMiddleware

from . import vcr_utils
from ethproto.test_utils import vcr_utils


def pytest_configure(config):
Expand Down
3 changes: 1 addition & 2 deletions tests/test_aa_bundler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
from web3.constants import HASH_ZERO

from ethproto import aa_bundler

from . import factories
from ethproto.test_utils import factories


def test_pack_two():
Expand Down

0 comments on commit 4746bfe

Please sign in to comment.