forked from orbit-oss/flask
Init global test_apps explicitly
This commit is contained in:
parent
588cfa9c91
commit
861aa0db1f
4 changed files with 19 additions and 19 deletions
|
|
@ -14,8 +14,8 @@ import pytest
|
|||
import textwrap
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def setup_path(monkeypatch):
|
||||
@pytest.fixture
|
||||
def test_apps(monkeypatch):
|
||||
monkeypatch.syspath_prepend(
|
||||
os.path.abspath(os.path.join(
|
||||
os.path.dirname(__file__), 'test_apps'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue