diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | pyproject.toml | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 diff --git a/pyproject.toml b/pyproject.toml index 9ab6cc7..1e37b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ cryptography = "^2.6" [tool.poetry.dev-dependencies] mypy = "^0.770" pylint = "^2.5.0" +pytest = "^5.4.1" [build-system] requires = ["poetry>=0.12"] |
