Fix unit test?

This commit is contained in:
Ben Shiller 2021-12-23 04:20:09 +00:00
parent 0c715abd3a
commit 29a2c373fd
3 changed files with 2 additions and 2 deletions

View File

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3
import pytest
from my_homepage import create_app
from .. import create_app
@pytest.fixture
def app():

View File

@ -1,5 +1,5 @@
[tool:pytest]
testpaths = tests
testpaths = my_homepage/test
[coverage:run]
branch = True