summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-11-19 19:37:01 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-11-19 20:19:01 +0000
commit000afe0d88c2beb9f237b1c6317986468dee233e (patch)
treeabe9759dc3d62c4ec7257e80d5f437df87a535fd /tests
parentae873daa84782eeddb35fa24057b7c5b3420660d (diff)
downloadsubplot-000afe0d88c2beb9f237b1c6317986468dee233e.tar.gz
subplots: Upgrade metadata for polyglot docs
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/python/daemon.md8
-rw-r--r--tests/python/files.md6
-rw-r--r--tests/python/runcmd.md10
3 files changed, 12 insertions, 12 deletions
diff --git a/tests/python/daemon.md b/tests/python/daemon.md
index 6d9b8f4..51c77b4 100644
--- a/tests/python/daemon.md
+++ b/tests/python/daemon.md
@@ -182,8 +182,8 @@ title: Acceptance criteria for the lib/daemon Subplot library
author: The Subplot project
bindings:
- lib/daemon.yaml
-template: python
-functions:
-- lib/daemon.py
-- lib/runcmd.py
+impls:
+ python:
+ - lib/daemon.py
+ - lib/runcmd.py
...
diff --git a/tests/python/files.md b/tests/python/files.md
index 5c96a2c..7837da6 100644
--- a/tests/python/files.md
+++ b/tests/python/files.md
@@ -97,9 +97,9 @@ then directory second does not exist
---
title: Acceptance criteria for the files Subplot library
author: The Subplot project
-template: python
bindings:
- lib/files.yaml
-functions:
-- lib/files.py
+impls:
+ python:
+ - lib/files.py
...
diff --git a/tests/python/runcmd.md b/tests/python/runcmd.md
index 7b88dd3..01e6904 100644
--- a/tests/python/runcmd.md
+++ b/tests/python/runcmd.md
@@ -202,13 +202,13 @@ then stderr doesn't match regex world$
---
title: Acceptance criteria for the lib/runcmd Subplot library
author: The Subplot project
-template: python
bindings:
- lib/runcmd.yaml
- runcmd_test.yaml
- lib/files.yaml
-functions:
-- lib/runcmd.py
-- runcmd_test.py
-- lib/files.py
+impls:
+ python:
+ - lib/runcmd.py
+ - runcmd_test.py
+ - lib/files.py
...