Skip to content

Commit c4e5cec

Browse files
Fix tests after change structure
1 parent f7a91fb commit c4e5cec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ install:
99
- pip install -r requirements.txt
1010

1111
script:
12-
- py.test tests.py
12+
- py.test tvseries/*
1313

tvseries/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class TestCore:
66

77
@pytest.fixture
88
def app(self):
9-
from core import app
9+
from tvseries.core import app
1010
return app
1111

1212
def test_get_home(self):

0 commit comments

Comments
 (0)