aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/py
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/py
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/requirements.txt (renamed from test/py/requirements.txt)0
-rw-r--r--test/src/conftest.py (renamed from test/py/conftest.py)0
-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
-rw-r--r--test/src/test_basic.py (renamed from test/py/test_basic.py)0
-rw-r--r--test/src/test_repo.py (renamed from test/py/test_repo.py)0
11 files changed, 0 insertions, 0 deletions
diff --git a/test/py/requirements.txt b/test/requirements.txt
index 43300f8..43300f8 100644
--- a/test/py/requirements.txt
+++ b/test/requirements.txt
diff --git a/test/py/conftest.py b/test/src/conftest.py
index 6c34f4d..6c34f4d 100644
--- a/test/py/conftest.py
+++ b/test/src/conftest.py
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
diff --git a/test/py/test_basic.py b/test/src/test_basic.py
index 26732fe..26732fe 100644
--- a/test/py/test_basic.py
+++ b/test/src/test_basic.py
diff --git a/test/py/test_repo.py b/test/src/test_repo.py
index d68cd4a..d68cd4a 100644
--- a/test/py/test_repo.py
+++ b/test/src/test_repo.py