From 9e6b032b574842d9c803e4f8dc3e3351779a0cd4 Mon Sep 17 00:00:00 2001 From: riscy Date: Fri, 27 Aug 2021 22:41:02 -0700 Subject: [PATCH] build: output top-5 pytest durations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca8a304..a470184 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,5 @@ image: .PHONY: test-melpazoid test-melpazoid: mypy --non-interactive --install-types melpazoid - pytest --doctest-modules + pytest --doctest-modules --durations=5 black -S --check .