summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-03 10:30:58 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-07 17:32:21 +0100
commitf99f5c188693b877a927b61e686a556a7f15ecbd (patch)
tree0ef15d6d826c6f7b8b6b1953493561d00297053b
parent2a9891c0df25ae45d7020dd98684979b71402d78 (diff)
downloadsubplot-f99f5c188693b877a927b61e686a556a7f15ecbd.tar.gz
tests: Move Python tests out of share/
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--tests/python/daemon.md (renamed from share/python/lib/daemon.md)6
-rw-r--r--tests/python/files.md (renamed from share/python/lib/files.md)2
-rw-r--r--tests/python/runcmd.md (renamed from share/python/lib/runcmd.md)4
-rw-r--r--tests/python/runcmd_test.py (renamed from share/python/lib/runcmd_test.py)0
-rw-r--r--tests/python/runcmd_test.yaml (renamed from share/python/lib/runcmd_test.yaml)0
5 files changed, 6 insertions, 6 deletions
diff --git a/share/python/lib/daemon.md b/tests/python/daemon.md
index c7bb49f..285f9f8 100644
--- a/share/python/lib/daemon.md
+++ b/tests/python/daemon.md
@@ -181,9 +181,9 @@ s.close()
title: Acceptance criteria for the lib/daemon Subplot library
author: The Subplot project
bindings:
-- daemon.yaml
+- lib/daemon.yaml
template: python
functions:
-- daemon.py
-- runcmd.py
+- lib/daemon.py
+- lib/runcmd.py
...
diff --git a/share/python/lib/files.md b/tests/python/files.md
index 5638791..5c96a2c 100644
--- a/share/python/lib/files.md
+++ b/tests/python/files.md
@@ -101,5 +101,5 @@ template: python
bindings:
- lib/files.yaml
functions:
-- files.py
+- lib/files.py
...
diff --git a/share/python/lib/runcmd.md b/tests/python/runcmd.md
index f165ad3..68465a8 100644
--- a/share/python/lib/runcmd.md
+++ b/tests/python/runcmd.md
@@ -208,7 +208,7 @@ bindings:
- runcmd_test.yaml
- lib/files.yaml
functions:
-- runcmd.py
+- lib/runcmd.py
- runcmd_test.py
-- files.py
+- lib/files.py
...
diff --git a/share/python/lib/runcmd_test.py b/tests/python/runcmd_test.py
index 4aa5f49..4aa5f49 100644
--- a/share/python/lib/runcmd_test.py
+++ b/tests/python/runcmd_test.py
diff --git a/share/python/lib/runcmd_test.yaml b/tests/python/runcmd_test.yaml
index 2ad981e..2ad981e 100644
--- a/share/python/lib/runcmd_test.yaml
+++ b/tests/python/runcmd_test.yaml