Skip to content

Commit 6cf9dd8

Browse files
committed
Update configuration for tests
1 parent 8515ef1 commit 6cf9dd8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dev-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
-r requirements.txt
22

3-
pytest
3+
pytest
4+
pytest-asyncio
5+
pytest-cov

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[testenv]
22
deps = -rdev-requirements.txt
3-
commands = pytest {posargs}
3+
commands = coverage run -m pytest {posargs}
44
skip_install = true

0 commit comments

Comments
 (0)