Changeset 17991 for main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/tests/test_configuration.py
- Timestamp:
- 17 Jan 2025, 03:58:56 (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/tests/test_configuration.py
r16717 r17991 25 25 from waeup.kofa.tests.test_configuration import ( 26 26 ConfigurationTest, SessionConfigurationFactoryTest) 27 from kofacustom.s keleton.configuration import (27 from kofacustom.schoolcash.configuration import ( 28 28 CustomSessionConfiguration, CustomSessionConfigurationFactory) 29 from kofacustom.s keleton.interfaces import(29 from kofacustom.schoolcash.interfaces import( 30 30 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 31 from kofacustom.s keleton.testing import FunctionalLayer31 from kofacustom.schoolcash.testing import FunctionalLayer 32 32 33 33 class ConfigurationTest(ConfigurationTest):
Note: See TracChangeset for help on using the changeset viewer.