summaryrefslogtreecommitdiff
path: root/tests/addressbook
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/addressbook
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/addressbook')
-rw-r--r--tests/addressbook/test_abook.py (renamed from tests/addressbook/abook_test.py)0
-rw-r--r--tests/addressbook/test_external.py (renamed from tests/addressbook/external_test.py)0
-rw-r--r--tests/addressbook/test_init.py (renamed from tests/addressbook/init_test.py)0
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/addressbook/abook_test.py b/tests/addressbook/test_abook.py
index 13452fb3..13452fb3 100644
--- a/tests/addressbook/abook_test.py
+++ b/tests/addressbook/test_abook.py
diff --git a/tests/addressbook/external_test.py b/tests/addressbook/test_external.py
index ca76cc50..ca76cc50 100644
--- a/tests/addressbook/external_test.py
+++ b/tests/addressbook/test_external.py
diff --git a/tests/addressbook/init_test.py b/tests/addressbook/test_init.py
index d8f96af2..d8f96af2 100644
--- a/tests/addressbook/init_test.py
+++ b/tests/addressbook/test_init.py