summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-02 13:37:39 -0700
committerBob Halley <halley@dnspython.org>2020-05-02 13:37:39 -0700
commit601d5c668be725ebde9fc7ffabdb6befb481d8a4 (patch)
tree7dfbc2fb120df7c1f50b98dd244974806cbfc85e /Makefile
parent07cb18ec8d62165eb5f46dd3b81734c408b21a57 (diff)
downloaddnspython-601d5c668be725ebde9fc7ffabdb6befb481d8a4.tar.gz
pytest make targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3550cd..b013f69 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ typecheck:
mypy examples tests dns
potest:
- poetry run python -m tests.utest
+ poetry run pytest
potype:
poetry run python -m mypy examples tests dns/*.py