report slowest test

This commit is contained in:
Damien Elmes 2020-01-03 09:03:39 +10:00
parent 1070c866f3
commit 9abeeac73a

View file

@ -55,7 +55,7 @@ CHECKDEPS := $(shell find anki tests -name '*.py' | grep -v buildhash.py)
@touch $@ @touch $@
.build/test: $(CHECKDEPS) .build/test: $(CHECKDEPS)
python -m pytest python -m pytest --durations=1
@touch $@ @touch $@
.build/lint: $(CHECKDEPS) .build/lint: $(CHECKDEPS)