We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba11c3 commit 87417a5Copy full SHA for 87417a5
pyproject.toml
@@ -14,3 +14,8 @@ include = '\.pyi?$'
14
log_format = "%(asctime)s %(levelname)s %(message)s"
15
log_date_format = "%Y-%m-%d %H:%M:%S"
16
addopts = "-rsxX -q"
17
+
18
+markers = [
19
+ "pddl",
20
+ "sas",
21
+]
0 commit comments