From fd04cf17fb7b514d6c23763df7c2c09cc21fc25b Mon Sep 17 00:00:00 2001 From: Joao Vitor S Date: Sat, 7 Jan 2023 19:30:50 -0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f547701..e275f87 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,11 @@ pytest-slow-first ## What it does? -Execute your test suite with tests ordered by their durations on last successful run. - +Sort tests by their duration on the last run. Making slow tests run first.
-## How it can make your suite run faster? +## How can it make your suite run faster? Before all, these benefits only appear when running this plugin alongside with [pytest-xdist](https://github.com/pytest-dev/pytest-xdist).