summaryrefslogtreecommitdiff
path: root/tests/commands
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/commands
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/commands')
-rw-r--r--tests/commands/test_envelope.py (renamed from tests/commands/envelope_test.py)0
-rw-r--r--tests/commands/test_global.py (renamed from tests/commands/global_test.py)0
-rw-r--r--tests/commands/test_init.py (renamed from tests/commands/init_test.py)0
-rw-r--r--tests/commands/test_thread.py (renamed from tests/commands/thread_test.py)0
4 files changed, 0 insertions, 0 deletions
diff --git a/tests/commands/envelope_test.py b/tests/commands/test_envelope.py
index 76aa7e88..76aa7e88 100644
--- a/tests/commands/envelope_test.py
+++ b/tests/commands/test_envelope.py
diff --git a/tests/commands/global_test.py b/tests/commands/test_global.py
index 9b026e6a..9b026e6a 100644
--- a/tests/commands/global_test.py
+++ b/tests/commands/test_global.py
diff --git a/tests/commands/init_test.py b/tests/commands/test_init.py
index a2b358ff..a2b358ff 100644
--- a/tests/commands/init_test.py
+++ b/tests/commands/test_init.py
diff --git a/tests/commands/thread_test.py b/tests/commands/test_thread.py
index 634c35e8..634c35e8 100644
--- a/tests/commands/thread_test.py
+++ b/tests/commands/test_thread.py