- Timestamp:
- 15 Mar 2023, 12:27:16 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.koa/trunk/src/kofacustom/koa/applicants/tests/test_applicant.py
r16717 r17357 30 30 from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser 31 31 from waeup.kofa.testing import FunctionalTestCase 32 from kofacustom. skeleton.applicants.applicant import (32 from kofacustom.koa.applicants.applicant import ( 33 33 CustomApplicant, CustomApplicantFactory, 34 34 ) 35 from kofacustom. skeleton.applicants.interfaces import ICustomApplicant36 from kofacustom. skeleton.testing import FunctionalLayer35 from kofacustom.koa.applicants.interfaces import ICustomApplicant 36 from kofacustom.koa.testing import FunctionalLayer 37 37 38 38 class CustomApplicantTest(FunctionalTestCase):
Note: See TracChangeset for help on using the changeset viewer.