chore(settings): restructured settings
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from .base import * # noqa: F403
|
||||
@@ -0,0 +1,5 @@
|
||||
from .base import * # noqa: F403
|
||||
|
||||
TEST_OUTPUT_DIR = ".cov"
|
||||
TEST_OUTPUT_FILE_NAME = "junit.xml"
|
||||
TEST_OUTPUT_VERBOSE = 2
|
||||
Reference in New Issue
Block a user