Changeset 14995 for main/kofacustom.esitm/trunk/src/kofacustom/esitm/tests
- Timestamp:
- 27 Apr 2018, 07:35:05 (7 years ago)
- Location:
- main/kofacustom.esitm/trunk/src/kofacustom/esitm
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.esitm/trunk/src/kofacustom/esitm/tests/test_configuration.py
r10765 r14995 25 25 from waeup.kofa.tests.test_configuration import ( 26 26 ConfigurationTest, SessionConfigurationFactoryTest) 27 from kofacustom. skeleton.configuration import (27 from kofacustom.esitm.configuration import ( 28 28 CustomSessionConfiguration, CustomSessionConfigurationFactory) 29 from kofacustom. skeleton.interfaces import(29 from kofacustom.esitm.interfaces import( 30 30 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 31 from kofacustom. skeleton.testing import FunctionalLayer31 from kofacustom.esitm.testing import FunctionalLayer 32 32 33 33 class ConfigurationTest(ConfigurationTest): -
main/kofacustom.esitm/trunk/src/kofacustom/esitm/tests/test_datacenter.py
r10765 r14995 18 18 from waeup.kofa.datacenter import DataCenter 19 19 from waeup.kofa.testing import FunctionalTestCase 20 from kofacustom. skeleton.testing import FunctionalLayer20 from kofacustom.esitm.testing import FunctionalLayer 21 21 22 22 -
main/kofacustom.esitm/trunk/src/kofacustom/esitm/tests/test_smtp.py
r10765 r14995 33 33 send_mail) 34 34 from waeup.kofa.testing import FunctionalTestCase 35 from kofacustom. skeleton.testing import FunctionalLayer35 from kofacustom.esitm.testing import FunctionalLayer 36 36 37 37 #
Note: See TracChangeset for help on using the changeset viewer.