summaryrefslogtreecommitdiff
path: root/tests/subplots/common/runcmd.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-09-08 18:27:49 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-09-08 18:27:49 +0000
commit4e54fa9ea0485aac2d750c5eb4fa9ead83ecf365 (patch)
treea7c22c35da5811f19fa02772ecc6498d87d63030 /tests/subplots/common/runcmd.md
parentc230684f3bab80154d5224d4f2f71eafd00fd100 (diff)
parent765b2e1d4d94b2274de28d4efd24bfe77e8d93ac (diff)
downloadsubplot-4e54fa9ea0485aac2d750c5eb4fa9ead83ecf365.tar.gz
Merge branch 'liw/yamlfile' into 'main'
feat! read document metadata from a YAML file Closes #283 See merge request subplot/subplot!287
Diffstat (limited to 'tests/subplots/common/runcmd.md')
-rw-r--r--tests/subplots/common/runcmd.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/subplots/common/runcmd.md b/tests/subplots/common/runcmd.md
index 4f66685..4fdb3f3 100644
--- a/tests/subplots/common/runcmd.md
+++ b/tests/subplots/common/runcmd.md
@@ -197,20 +197,3 @@ given helper script err.sh for runcmd
when I run sh err.sh hi
then stderr doesn't match regex world$
~~~
-
-
----
-title: Acceptance criteria for the lib/runcmd Subplot library
-author: The Subplot project
-bindings:
-- lib/runcmd.yaml
-- runcmd_test.yaml
-- lib/files.yaml
-impls:
- python:
- - lib/runcmd.py
- - runcmd_test.py
- - lib/files.py
- rust:
- - runcmd_test.rs
-...