Skip to content

Commit 20946cd

Browse files
committed
pyproject.toml(chore[test]): register scripts smoke marker
why: ensure pytest discovers the new scripts tests and documents the opt-in marker. what: - add scripts directory to pytest testpaths so the new test file is collected. - declare scripts__runtime_dep_smoketest marker description.
1 parent 311c12b commit 20946cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ testpaths = [
246246
"src/vcspull",
247247
"tests",
248248
"docs",
249+
"scripts",
250+
]
251+
markers = [
252+
"scripts__runtime_dep_smoketest: run runtime dependency smoke tests",
249253
]
250254
filterwarnings = [
251255
"ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::",

0 commit comments

Comments
 (0)