From fd02afe6fc6ec5b237a30a33a280413b25670e4a Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 3 Oct 2019 18:47:29 +0200 Subject: [PATCH] [test] #103: Install pytest{,-async,-sugar}, change Makefile rule --- Makefile | 2 +- requirements_dev.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac230122..8a6d11cc 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ docs: # run tests tests: - python3 -m unittest ${TESTS_FILTER} + python3 -m pytest ${TESTS_FILTER} # check check: mypy pylint check-format diff --git a/requirements_dev.txt b/requirements_dev.txt index 1d175d6a..e3ff88a2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,3 +4,6 @@ pylint black sphinx sphinx_rtd_theme +pytest +pytest-asyncio +pytest-sugar -- GitLab