Skip to content

Commit 5e5915a

Browse files
committed
[skip ci] Add missing test marker
1 parent 8b20cde commit 5e5915a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ markers = [
102102
"utilities: test simvue utilities module",
103103
"scenario: test scenarios",
104104
"executor: tests of executors",
105-
"api: tests of RestAPI functionality"
105+
"api: tests of RestAPI functionality",
106+
"unix: tests for UNIX systems only"
106107
]
107108

108109
[tool.interrogate]

0 commit comments

Comments
 (0)