Add server tests

This commit is contained in:
Regen
2020-01-03 23:23:34 +09:00
parent 9e6fc1a277
commit c870e3d512
4 changed files with 173 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ passenv = INCLUDE LIB LIBPATH Platform VCTools* VSCMD_* WindowsSDK*
commands_pre =
poetry install
commands =
poetry run pytest --cov-report=xml --cov=src -sv tests
poetry run pytest --cov-report=term --cov-report=xml --cov=src -sv tests
[testenv:lint]
commands =