Improved tests
This commit is contained in:
parent
305f4b34de
commit
eec9bca498
@ -15,6 +15,7 @@ class ProviderTest(unittest.TestCase):
|
||||
self._configuration = self._app_host.configuration
|
||||
self._services = self._app_host.services
|
||||
|
||||
self._configuration.add_environment_variables('CPL_')
|
||||
self._configuration.add_argument_variables()
|
||||
self._configuration.add_json_file(f'appsettings.json')
|
||||
self._configuration.add_json_file(f'appsettings.{self._configuration.environment.environment_name}.json')
|
||||
|
@ -2,8 +2,8 @@ import unittest
|
||||
from typing import Type
|
||||
|
||||
from tests.cases.service.provider_test import ProviderTest
|
||||
from tests.cases.time.time_format_settings import TimeFormatSettingsTest
|
||||
from tests.cases.utils.credential_manager import CredentialManagerTest
|
||||
from tests.cases.time.time_format_settings_test import TimeFormatSettingsTest
|
||||
from tests.cases.utils.credential_manager_test import CredentialManagerTest
|
||||
|
||||
|
||||
class Tester:
|
||||
|
Loading…
Reference in New Issue
Block a user