aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-09-13 15:26:13 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-09-18 23:07:13 -0400
commitfd3b4bddf862fe487ab8f0f860cf388cfadb4294 (patch)
treeaf748f219a202e9a803c6ac5428b88244f4b4bae /examples
parent1e320e21492d3c09bae269b10d8faf0d0d131bb9 (diff)
downloadstasis-fd3b4bddf862fe487ab8f0f860cf388cfadb4294.tar.gz
Update example config
Diffstat (limited to 'examples')
-rw-r--r--examples/template/example.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/template/example.ini b/examples/template/example.ini
index 4a4c579..cca2089 100644
--- a/examples/template/example.ini
+++ b/examples/template/example.ini
@@ -43,11 +43,24 @@ pip_packages =
; key=value
[test:name] ; where test:"name" denotes the package name
+; (boolean) Do not execute "script"
+disable =
+
+; (boolean) Add to parallel task pool?
+; true = yes (default)
+; false = no (send to serial task pool)
+parallel =
+
; (string) Version of tested package
version =
; (string) Git repository of tested package
repository =
+; (list) Commands to execute before "script"
+; e.g. pip install -e '.[test]'
+script_setup =
+
; (list) Commands to execute against tested package
+; e.g. pytest
script =