We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a91fb commit c4e5cecCopy full SHA for c4e5cec
.travis.yml
@@ -9,5 +9,5 @@ install:
9
- pip install -r requirements.txt
10
11
script:
12
- - py.test tests.py
+ - py.test tvseries/*
13
tvseries/tests.py
@@ -6,7 +6,7 @@ class TestCore:
6
7
@pytest.fixture
8
def app(self):
- from core import app
+ from tvseries.core import app
return app
def test_get_home(self):
0 commit comments