Add pydocstyle

This commit is contained in:
f4lco
2019-01-27 19:41:46 +01:00
parent 57c75b02e5
commit 6ec0c010e5
5 changed files with 32 additions and 3 deletions
+2 -1
View File
@@ -18,8 +18,9 @@ def api_offline():
@pytest.fixture
def api_online_one_shot():
"""Allow a single API request, returning the contents of 'input.json'.
Subsequent API invocations will return with HTTP status code 500."""
Subsequent API invocations will return with HTTP status code 500.
"""
def canned_menu(request, uri, response_headers):
path = os.path.join(os.path.dirname(__file__),
'resources', 'input.json')