mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-07-21 09:51:14 +00:00
build: handle posargs for tests
This commit is contained in:
@@ -352,11 +352,12 @@ commands = [
|
||||
"ahriman",
|
||||
"-m",
|
||||
"pytest",
|
||||
"tests/test_tests.py",
|
||||
"ahriman-core/tests",
|
||||
"ahriman-triggers/tests",
|
||||
"ahriman-web/tests",
|
||||
{ replace = "posargs", extend = true },
|
||||
{ replace = "posargs", default = [
|
||||
"tests/test_tests.py",
|
||||
"ahriman-core/tests",
|
||||
"ahriman-triggers/tests",
|
||||
"ahriman-web/tests",
|
||||
], extend = true },
|
||||
],
|
||||
[
|
||||
"coverage",
|
||||
|
||||
Reference in New Issue
Block a user