Init global test_apps explicitly

This commit is contained in:
Markus Unterwaditzer 2014-09-04 14:37:48 +02:00
parent 588cfa9c91
commit 861aa0db1f
4 changed files with 19 additions and 19 deletions

View file

@ -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'))