summaryrefslogtreecommitdiff
path: root/tests/subplots
diff options
context:
space:
mode:
Diffstat (limited to 'tests/subplots')
-rw-r--r--tests/subplots/common/files.md11
-rw-r--r--tests/subplots/common/files.subplot10
-rw-r--r--tests/subplots/common/runcmd.md17
-rw-r--r--tests/subplots/common/runcmd.subplot15
4 files changed, 25 insertions, 28 deletions
diff --git a/tests/subplots/common/files.md b/tests/subplots/common/files.md
index d8d598b..521dd28 100644
--- a/tests/subplots/common/files.md
+++ b/tests/subplots/common/files.md
@@ -95,14 +95,3 @@ and directory second/third is not empty
when I remove directory second
then directory second does not exist
```
-
----
-title: Acceptance criteria for the files Subplot library
-author: The Subplot project
-bindings:
-- lib/files.yaml
-impls:
- python:
- - lib/files.py
- rust: []
-...
diff --git a/tests/subplots/common/files.subplot b/tests/subplots/common/files.subplot
new file mode 100644
index 0000000..edf7a26
--- /dev/null
+++ b/tests/subplots/common/files.subplot
@@ -0,0 +1,10 @@
+title: Acceptance criteria for the files Subplot library
+author: The Subplot project
+markdowns:
+- files.md
+bindings:
+- lib/files.yaml
+impls:
+ python:
+ - lib/files.py
+ rust: []
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
-...
diff --git a/tests/subplots/common/runcmd.subplot b/tests/subplots/common/runcmd.subplot
new file mode 100644
index 0000000..e30e5a8
--- /dev/null
+++ b/tests/subplots/common/runcmd.subplot
@@ -0,0 +1,15 @@
+title: Acceptance criteria for the lib/runcmd Subplot library
+author: The Subplot project
+markdowns:
+- runcmd.md
+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