aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/src/lib
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-28 01:00:45 +0100
committerEgor Tensin <egor@tensin.name>2023-12-28 01:00:45 +0100
commita9ae33c4b9dbe566d2ada07affb8b5a135f9b6eb (patch)
tree72b47c96da722d5e034af789f4af432e3fdfa051 /test/src/lib
parentjson: factor out json_object_put into json_free (diff)
downloadcimple-a9ae33c4b9dbe566d2ada07affb8b5a135f9b6eb.tar.gz
cimple-a9ae33c4b9dbe566d2ada07affb8b5a135f9b6eb.zip
test/py/ -> test/src/
Diffstat (limited to '')
-rw-r--r--test/src/lib/__init__.py (renamed from test/py/lib/__init__.py)0
-rw-r--r--test/src/lib/db.py (renamed from test/py/lib/db.py)0
-rw-r--r--test/src/lib/logging.py (renamed from test/py/lib/logging.py)0
-rw-r--r--test/src/lib/net.py (renamed from test/py/lib/net.py)0
-rw-r--r--test/src/lib/process.py (renamed from test/py/lib/process.py)0
-rw-r--r--test/src/lib/test_repo.py (renamed from test/py/lib/test_repo.py)0
-rw-r--r--test/src/lib/tests.py (renamed from test/py/lib/tests.py)0
7 files changed, 0 insertions, 0 deletions
diff --git a/test/py/lib/__init__.py b/test/src/lib/__init__.py
index e69de29..e69de29 100644
--- a/test/py/lib/__init__.py
+++ b/test/src/lib/__init__.py
diff --git a/test/py/lib/db.py b/test/src/lib/db.py
index de6960a..de6960a 100644
--- a/test/py/lib/db.py
+++ b/test/src/lib/db.py
diff --git a/test/py/lib/logging.py b/test/src/lib/logging.py
index 663eb3a..663eb3a 100644
--- a/test/py/lib/logging.py
+++ b/test/src/lib/logging.py
diff --git a/test/py/lib/net.py b/test/src/lib/net.py
index 06bfda0..06bfda0 100644
--- a/test/py/lib/net.py
+++ b/test/src/lib/net.py
diff --git a/test/py/lib/process.py b/test/src/lib/process.py
index 3b1b6b9..3b1b6b9 100644
--- a/test/py/lib/process.py
+++ b/test/src/lib/process.py
diff --git a/test/py/lib/test_repo.py b/test/src/lib/test_repo.py
index 1d07a4e..1d07a4e 100644
--- a/test/py/lib/test_repo.py
+++ b/test/src/lib/test_repo.py
diff --git a/test/py/lib/tests.py b/test/src/lib/tests.py
index 7ccedef..7ccedef 100644
--- a/test/py/lib/tests.py
+++ b/test/src/lib/tests.py