Skip to content

Commit

Permalink
test: rename test_strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 20, 2023
1 parent 028bcde commit 30aa7d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

from autora.state import StandardStateDataClass

from .strategies import standard_state_dataclass_strategy
from .test_serializer import serializer_dump_load_strategy
from .test_strategies import standard_state_dataclass_strategy

logger = logging.getLogger(__name__)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from hypothesis import given
from hypothesis import strategies as st

from .strategies import variable_strategy, variablecollection_strategy
from .test_serializer import serializer_dump_load_strategy
from .test_strategies import variable_strategy, variablecollection_strategy

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 30aa7d1

Please sign in to comment.