We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c087e0 commit eb4cecaCopy full SHA for eb4ceca
pyproject.toml
@@ -36,3 +36,5 @@ cmd = "pytest -m \"not slow\""
36
# These three options are equivalent:
37
python-version = "python3 --version"
38
hello = { cmd = "echo 'hello'" }
39
+hello-world = { call = "builtins:print('Hello World!')" }
40
+all = { chain = ["hello-world","hello"] }
0 commit comments