diff --git a/pyproject.toml b/pyproject.toml index 58b7babf..315e0bb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,6 +111,7 @@ lint = [ ] format = ["black .", "isort .", "lint",] test = ["pytest ./src/ ./tests/",] # --doctest-modules +fast-test = ["pytest ./tests/ -m \"not slow\"",] coverage = [ "pytest --cov --cov-report term --cov-report xml --junitxml=xunit-result.xml tests/", ]