From 9abeeac73af1c373a82b56262ffd77189c659736 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 3 Jan 2020 09:03:39 +1000 Subject: [PATCH] report slowest test --- pylib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/Makefile b/pylib/Makefile index c7d56fd62..cd2918b46 100644 --- a/pylib/Makefile +++ b/pylib/Makefile @@ -55,7 +55,7 @@ CHECKDEPS := $(shell find anki tests -name '*.py' | grep -v buildhash.py) @touch $@ .build/test: $(CHECKDEPS) - python -m pytest + python -m pytest --durations=1 @touch $@ .build/lint: $(CHECKDEPS)