Skip to content

Commit 39e1911

Browse files
committed
added init to test strategy folder
1 parent b612ba9 commit 39e1911

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_strategies/__init__.py

Whitespace-only changes.

tests/test_strategies/test_ema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22
from src.strategies import StrategyEMA
33
# Importiamo il validatore che si trova nella stessa cartella
4-
from .test_validate_contract import validate_strategy_output
4+
from .validate_contract import validate_strategy_output
55

66
@pytest.fixture
77
def strategy():

tests/test_strategies/test_rsi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22
from src.strategies import StrategyRSI
3-
from .test_validate_contract import validate_strategy_output
3+
from .validate_contract import validate_strategy_output
44

55
@pytest.fixture
66
def strategy():
File renamed without changes.

0 commit comments

Comments
 (0)