diff --git a/Makefile b/Makefile index 2de9e06..1ae1a20 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ compile: clean test: - PYTHONASYNCIODEBUG=1 python3 -m unittest discover -s tests -v - python3 -m unittest discover -s tests -v + PYTHONASYNCIODEBUG=1 python3 -m unittest discover -s tests + python3 -m unittest discover -s tests test1: