From 6cf9dd839e29ab339dc024ae53dae37c66f9e0db Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 5 May 2021 13:59:24 +0200 Subject: [PATCH] Update configuration for tests --- dev-requirements.txt | 4 +++- tox.ini | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ed89aca2..17f8c034 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,5 @@ -r requirements.txt -pytest \ No newline at end of file +pytest +pytest-asyncio +pytest-cov \ No newline at end of file diff --git a/tox.ini b/tox.ini index af7893a1..1795b1f2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ [testenv] deps = -rdev-requirements.txt -commands = pytest {posargs} +commands = coverage run -m pytest {posargs} skip_install = true \ No newline at end of file