Reworking tests

Reworking tests with pytest
This commit is contained in:
Brian Martin 2019-05-31 22:06:54 -04:00
parent c78202c347
commit d4414bd150
7 changed files with 556 additions and 439 deletions

View file

@ -11,11 +11,13 @@ pyyaml = ">=4.2b1"
[dev-packages]
black = "*"
nose = "*"
coverage = "*"
mock = "*"
pylint = "*"
pbr = "*"
pytest-asyncio = "*"
pytest-aiohttp = "*"
pytest-cov = "*"
[pipenv]
allow_prereleases = true