chore(settings): restructured settings

This commit is contained in:
ITQ
2026-02-23 23:29:24 +03:00
parent ffd887dc39
commit c8a0de360f
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
from .base import * # noqa: F403
+5
View File
@@ -0,0 +1,5 @@
from .base import * # noqa: F403
TEST_OUTPUT_DIR = ".cov"
TEST_OUTPUT_FILE_NAME = "junit.xml"
TEST_OUTPUT_VERBOSE = 2