mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
fix wrong import
This commit is contained in:
parent
6d0f07ec6e
commit
5fbfc415f9
1 changed files with 1 additions and 2 deletions
|
@ -7,10 +7,9 @@ import django
|
|||
from bx_py_utils.test_utils.deny_requests import deny_any_real_request
|
||||
from cli_base.cli_tools.verbosity import MAX_LOG_LEVEL, setup_logging
|
||||
from django_yunohost_integration.local_test import CreateResults, create_local_test
|
||||
from django_yunohost_integration.path_utils import get_project_root
|
||||
from rich import print # noqa
|
||||
|
||||
from tests.test_project_setup import get_project_root
|
||||
|
||||
|
||||
def pre_configure_tests() -> None:
|
||||
print(f'Configure unittests via "load_tests Protocol" from {Path(__file__).relative_to(Path.cwd())}')
|
||||
|
|
Loading…
Reference in a new issue