Format project

This commit is contained in:
richard-dds
2018-08-23 16:25:36 -04:00
parent e9fa4d9ecb
commit daa8634cb4
48 changed files with 415 additions and 282 deletions

View File

@@ -1,6 +1,9 @@
import pytest
@pytest.mark.parametrize("path", (
@pytest.mark.parametrize(
"path",
(
"/",
"/home",
"/workspaces",
@@ -9,7 +12,8 @@ import pytest
"/users",
"/reports",
"/calculator",
))
),
)
def test_routes(path, client, user_session):
user_session()