Load config in app() test fixture

This commit is contained in:
richard-dds
2018-06-11 13:54:20 -04:00
parent cbbc2758c5
commit 1ecb7bce78
3 changed files with 9 additions and 10 deletions

View File

@@ -1,10 +1,5 @@
import pytest
import tornado.web
from atst.app import make_app
@pytest.fixture
def app():
return make_app()
@pytest.mark.gen_test
def test_routes(http_client, base_url):