Fix unit test?
This commit is contained in:
parent
0c715abd3a
commit
29a2c373fd
0
my_homepage/test/__init__.py
Normal file
0
my_homepage/test/__init__.py
Normal file
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from my_homepage import create_app
|
from .. import create_app
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def app():
|
def app():
|
Loading…
Reference in New Issue
Block a user