Load config in app() test fixture
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user