- Timestamp:
- 13 Sep 2021, 12:24:36 (3 years ago)
- Location:
- main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/tests/test_applicant.py
r16589 r16615 30 30 from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser 31 31 from waeup.kofa.testing import FunctionalTestCase 32 from kofacustom.e cns.applicants.applicant import (32 from kofacustom.edocons.applicants.applicant import ( 33 33 CustomApplicant, CustomApplicantFactory, 34 34 ) 35 from kofacustom.e cns.applicants.interfaces import ICustomApplicant36 from kofacustom.e cns.testing import FunctionalLayer35 from kofacustom.edocons.applicants.interfaces import ICustomApplicant 36 from kofacustom.edocons.testing import FunctionalLayer 37 37 38 38 class CustomApplicantTest(FunctionalTestCase): -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/tests/test_browser.py
r16591 r16615 25 25 from zope.intid.interfaces import IIntIds 26 26 from hurry.workflow.interfaces import IWorkflowState 27 from kofacustom.e cns.testing import FunctionalLayer27 from kofacustom.edocons.testing import FunctionalLayer 28 28 from waeup.kofa.browser.tests.test_pdf import samples_dir 29 29 from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup 30 30 from waeup.kofa.applicants.tests.test_batching import ApplicantImportExportSetup 31 from kofacustom.e cns.applicants.export import CustomApplicantExporter32 from kofacustom.e cns.applicants.batching import CustomApplicantProcessor31 from kofacustom.edocons.applicants.export import CustomApplicantExporter 32 from kofacustom.edocons.applicants.batching import CustomApplicantProcessor 33 33 34 34 class CustomApplicantUITests(ApplicantsFullSetup):
Note: See TracChangeset for help on using the changeset viewer.