mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
tests: rename testcommon module to shared_test_code
This name always confuses me, since there is also test_common.py. And this module is not actually a test suite, even though it starts with "test". This also makes for better tab completion, e.g. python3 -m unittest tests/te[Tab] -> tests/test_
This commit is contained in:
parent
f9431aaf0f
commit
66d220bd9f
19 changed files with 19 additions and 19 deletions
|
|
@ -24,7 +24,7 @@ from fdroidserver import common
|
|||
from fdroidserver import metadata
|
||||
from fdroidserver import signatures
|
||||
from fdroidserver.exception import FDroidException
|
||||
from .testcommon import mkdtemp, VerboseFalseOptions
|
||||
from .shared_test_code import mkdtemp, VerboseFalseOptions
|
||||
|
||||
basedir = pathlib.Path(__file__).parent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue