summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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
...