Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 575113c

Browse files
committed
added posargs to unit test nox command
1 parent f357187 commit 575113c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def unit(session):
129129
"--cov-report=term-missing",
130130
"tests",
131131
"tests_async",
132+
*session.posargs,
132133
)
133134

134135

0 commit comments

Comments
 (0)