Skip to content
Snippets Groups Projects
Commit fd02afe6 authored by Moul's avatar Moul
Browse files

[test] #103: Install pytest{,-async,-sugar}, change Makefile rule

parent b05c6dec
No related branches found
No related tags found
No related merge requests found
Pipeline #6880 skipped
...@@ -7,7 +7,7 @@ docs: ...@@ -7,7 +7,7 @@ docs:
# run tests # run tests
tests: tests:
python3 -m unittest ${TESTS_FILTER} python3 -m pytest ${TESTS_FILTER}
# check # check
check: mypy pylint check-format check: mypy pylint check-format
......
...@@ -4,3 +4,6 @@ pylint ...@@ -4,3 +4,6 @@ pylint
black black
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme
pytest
pytest-asyncio
pytest-sugar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment