OP-3426 - changed source DBs

It might be better to enhance testing DBs with _tests suffix and control it with single argument (or env var).
This commit is contained in:
Petr Kalis 2022-10-19 13:50:41 +02:00
parent 76de4e4bbb
commit 5a885ac2a7

View file

@ -38,9 +38,9 @@ class ModuleUnitTest(BaseTest):
PERSIST = False # True to not purge temporary folder nor test DB
TEST_OPENPYPE_MONGO = "mongodb://localhost:27017"
TEST_DB_NAME = "test_db"
TEST_DB_NAME = "avalon_tests"
TEST_PROJECT_NAME = "test_project"
TEST_OPENPYPE_NAME = "test_openpype"
TEST_OPENPYPE_NAME = "openpype_tests"
TEST_FILES = []