Changeset 17991 for main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/students/tests/test_student.py
- Timestamp:
- 17 Jan 2025, 03:58:56 (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/students/tests/test_student.py
r16717 r17991 22 22 from zope.interface import verify 23 23 from waeup.kofa.testing import FunctionalTestCase 24 from kofacustom.s keleton.students.student import CustomStudent, CustomStudentFactory25 from kofacustom.s keleton.students.studycourse import (24 from kofacustom.schoolcash.students.student import CustomStudent, CustomStudentFactory 25 from kofacustom.schoolcash.students.studycourse import ( 26 26 CustomStudentStudyCourse, CustomStudentStudyCourseFactory) 27 from kofacustom.s keleton.students.studylevel import (27 from kofacustom.schoolcash.students.studylevel import ( 28 28 CustomStudentStudyLevel, CustomCourseTicket, 29 29 CustomStudentStudyLevelFactory, 30 30 CustomCourseTicketFactory) 31 from kofacustom.s keleton.students.interfaces import (31 from kofacustom.schoolcash.students.interfaces import ( 32 32 ICustomStudent, ICustomStudentStudyCourse, 33 33 ICustomStudentStudyLevel, ICustomCourseTicket) 34 from kofacustom.s keleton.testing import FunctionalLayer34 from kofacustom.schoolcash.testing import FunctionalLayer 35 35 36 36
Note: See TracChangeset for help on using the changeset viewer.