summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 27b5faa..0d13f24 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,8 @@ module = [
"setup",
"tests.functional.*",
"tests.functional.api.*",
- "tests.unit.*"
+ "tests.unit.*",
+ "tests.smoke.*"
]
ignore_errors = true