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",
|
"ahriman",
|
||||||
"-m",
|
"-m",
|
||||||
"pytest",
|
"pytest",
|
||||||
"tests/test_tests.py",
|
{ replace = "posargs", default = [
|
||||||
"ahriman-core/tests",
|
"tests/test_tests.py",
|
||||||
"ahriman-triggers/tests",
|
"ahriman-core/tests",
|
||||||
"ahriman-web/tests",
|
"ahriman-triggers/tests",
|
||||||
{ replace = "posargs", extend = true },
|
"ahriman-web/tests",
|
||||||
|
], extend = true },
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"coverage",
|
"coverage",
|
||||||
|
|||||||
Reference in New Issue
Block a user