Changeset 17991 for main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/applicants/tests/test_applicant.py
- Timestamp:
- 17 Jan 2025, 03:58:56 (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/applicants/tests/test_applicant.py
r16717 r17991 30 30 from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser 31 31 from waeup.kofa.testing import FunctionalTestCase 32 from kofacustom.s keleton.applicants.applicant import (32 from kofacustom.schoolcash.applicants.applicant import ( 33 33 CustomApplicant, CustomApplicantFactory, 34 34 ) 35 from kofacustom.s keleton.applicants.interfaces import ICustomApplicant36 from kofacustom.s keleton.testing import FunctionalLayer35 from kofacustom.schoolcash.applicants.interfaces import ICustomApplicant 36 from kofacustom.schoolcash.testing import FunctionalLayer 37 37 38 38 class CustomApplicantTest(FunctionalTestCase):
Note: See TracChangeset for help on using the changeset viewer.