summaryrefslogtreecommitdiff
path: root/tests/db
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@posteo.de>2018-12-21 00:33:19 +0100
committerLucas Hoffmann <lucc@posteo.de>2019-01-29 00:31:03 +0100
commit7f0a1b8cdd492917f84f90cade28cefa0a37c3e0 (patch)
tree84fc17675a16fba219d56c0c17b5c0183086e64a /tests/db
parentfd1348329b8697d9bb014e7d61560f3421d29e46 (diff)
Rename test files
The two main reasons are - to run `python3 -m unittest discover` without specifying a custom `--pattern *_test.py` - to include the test files automatically when generating the MANIFEST file.
Diffstat (limited to 'tests/db')
-rw-r--r--tests/db/test_envelope.py (renamed from tests/db/envelope_test.py)0
-rw-r--r--tests/db/test_manager.py (renamed from tests/db/manager_test.py)0
-rw-r--r--tests/db/test_message.py (renamed from tests/db/message_test.py)0
-rw-r--r--tests/db/test_thread.py (renamed from tests/db/thread_test.py)0
-rw-r--r--tests/db/test_utils.py (renamed from tests/db/utils_test.py)0
5 files changed, 0 insertions, 0 deletions
diff --git a/tests/db/envelope_test.py b/tests/db/test_envelope.py
index f14b8594..f14b8594 100644
--- a/tests/db/envelope_test.py
+++ b/tests/db/test_envelope.py
diff --git a/tests/db/manager_test.py b/tests/db/test_manager.py
index e675aed4..e675aed4 100644
--- a/tests/db/manager_test.py
+++ b/tests/db/test_manager.py
diff --git a/tests/db/message_test.py b/tests/db/test_message.py
index 29ed5ee6..29ed5ee6 100644
--- a/tests/db/message_test.py
+++ b/tests/db/test_message.py
diff --git a/tests/db/thread_test.py b/tests/db/test_thread.py
index e3e398eb..e3e398eb 100644
--- a/tests/db/thread_test.py
+++ b/tests/db/test_thread.py
diff --git a/tests/db/utils_test.py b/tests/db/test_utils.py
index 7d54741f..7d54741f 100644
--- a/tests/db/utils_test.py
+++ b/tests/db/test_utils.py