summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-01-01 12:03:51 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-01-01 14:05:30 +0000
commit95b3d27d27a8dab7cb8a5136000a2331ab9b4a4a (patch)
tree632bb651f7bb70152bacfcccc268ccffd5e64c0d /tests
parentd4856f7b04b5f58118e518fd2a3413363dcad6ce (diff)
downloadsubplot-95b3d27d27a8dab7cb8a5136000a2331ab9b4a4a.tar.gz
tests: Move files.md to be common between Python and subplotlib
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/subplots/common/files.md (renamed from tests/python/files.md)4
-rw-r--r--tests/subplots/python/daemon.md (renamed from tests/python/daemon.md)0
-rw-r--r--tests/subplots/python/runcmd.md (renamed from tests/python/runcmd.md)0
-rw-r--r--tests/subplots/python/runcmd_test.py (renamed from tests/python/runcmd_test.py)0
-rw-r--r--tests/subplots/python/runcmd_test.yaml (renamed from tests/python/runcmd_test.yaml)0
5 files changed, 3 insertions, 1 deletions
diff --git a/tests/python/files.md b/tests/subplots/common/files.md
index 7837da6..13d9874 100644
--- a/tests/python/files.md
+++ b/tests/subplots/common/files.md
@@ -3,7 +3,8 @@
The [Subplot][] library `files` provides scenario steps and their
implementations for managing files on the file system during tests.
The library consists of a bindings file `lib/files.yaml` and
-implementations in Python in `lib/files.py`.
+implementations in Python in `lib/files.py` or in Rust within the
+`subplotlib` crate.
[Subplot]: https://subplot.liw.fi/
@@ -102,4 +103,5 @@ bindings:
impls:
python:
- lib/files.py
+ rust: []
...
diff --git a/tests/python/daemon.md b/tests/subplots/python/daemon.md
index 51c77b4..51c77b4 100644
--- a/tests/python/daemon.md
+++ b/tests/subplots/python/daemon.md
diff --git a/tests/python/runcmd.md b/tests/subplots/python/runcmd.md
index 01e6904..01e6904 100644
--- a/tests/python/runcmd.md
+++ b/tests/subplots/python/runcmd.md
diff --git a/tests/python/runcmd_test.py b/tests/subplots/python/runcmd_test.py
index 4aa5f49..4aa5f49 100644
--- a/tests/python/runcmd_test.py
+++ b/tests/subplots/python/runcmd_test.py
diff --git a/tests/python/runcmd_test.yaml b/tests/subplots/python/runcmd_test.yaml
index 2ad981e..2ad981e 100644
--- a/tests/python/runcmd_test.yaml
+++ b/tests/subplots/python/runcmd_test.yaml