summaryrefslogtreecommitdiff
path: root/tests/utils
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/utils
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/utils')
-rw-r--r--tests/utils/test_argparse.py (renamed from tests/utils/argparse_test.py)0
-rw-r--r--tests/utils/test_configobj.py (renamed from tests/utils/configobj_test.py)0
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/utils/argparse_test.py b/tests/utils/test_argparse.py
index a793d5cf..a793d5cf 100644
--- a/tests/utils/argparse_test.py
+++ b/tests/utils/test_argparse.py
diff --git a/tests/utils/configobj_test.py b/tests/utils/test_configobj.py
index bc1babab..bc1babab 100644
--- a/tests/utils/configobj_test.py
+++ b/tests/utils/test_configobj.py