- Timestamp:
- 21 Aug 2019, 10:46:09 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/tests/test_browser.py
r13629 r15563 34 34 IExtFileStore, IFileStoreNameChooser) 35 35 from waeup.kofa.students.interfaces import IStudentsUtils 36 from kofacustom. skeleton.testing import FunctionalLayer36 from kofacustom.iuokada.testing import FunctionalLayer 37 37 38 38 -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/tests/test_export.py
r14558 r15563 6 6 from waeup.kofa.students.tests.test_batching import ( 7 7 StudentImportExportSetup, curr_year) 8 from kofacustom. skeleton.utils.utils import CustomKofaUtils9 from kofacustom. skeleton.students.export import (8 from kofacustom.iuokada.utils.utils import CustomKofaUtils 9 from kofacustom.iuokada.students.export import ( 10 10 CustomStudentExporter, CustomStudentPaymentExporter) 11 from kofacustom. skeleton.testing import FunctionalLayer11 from kofacustom.iuokada.testing import FunctionalLayer 12 12 13 13 -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/tests/test_student.py
r10765 r15563 22 22 from zope.interface import verify 23 23 from waeup.kofa.testing import FunctionalTestCase 24 from kofacustom. skeleton.students.student import CustomStudent, CustomStudentFactory25 from kofacustom. skeleton.students.studycourse import (24 from kofacustom.iuokada.students.student import CustomStudent, CustomStudentFactory 25 from kofacustom.iuokada.students.studycourse import ( 26 26 CustomStudentStudyCourse, CustomStudentStudyCourseFactory) 27 from kofacustom. skeleton.students.studylevel import (27 from kofacustom.iuokada.students.studylevel import ( 28 28 CustomStudentStudyLevel, CustomCourseTicket, 29 29 CustomStudentStudyLevelFactory, 30 30 CustomCourseTicketFactory) 31 from kofacustom. skeleton.students.interfaces import (31 from kofacustom.iuokada.students.interfaces import ( 32 32 ICustomStudent, ICustomStudentStudyCourse, 33 33 ICustomStudentStudyLevel, ICustomCourseTicket) 34 from kofacustom. skeleton.testing import FunctionalLayer34 from kofacustom.iuokada.testing import FunctionalLayer 35 35 36 36
Note: See TracChangeset for help on using the changeset viewer.