add create user parser

This commit is contained in:
2021-08-27 03:15:50 +03:00
parent 3ee5f7f13e
commit 3e044fd006
6 changed files with 123 additions and 1 deletions

View File

@ -44,6 +44,7 @@ def client() -> Client:
def web_client(configuration: Configuration) -> WebClient:
"""
fixture for web client
:param configuration: configuration fixture
:return: web client test instance
"""
configuration.set("web", "port", 8080)