Ignore:
Timestamp:
15 Mar 2023, 12:27:16 (20 months ago)
Author:
Henrik Bettermann
Message:

Rename skeleton koa.

Location:
main/kofacustom.koa/trunk/src/kofacustom/koa/students/tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.koa/trunk/src/kofacustom/koa/students/tests/test_browser.py

    r16717 r17357  
    3434    IExtFileStore, IFileStoreNameChooser)
    3535from waeup.kofa.students.interfaces import IStudentsUtils
    36 from kofacustom.skeleton.testing import FunctionalLayer
     36from kofacustom.koa.testing import FunctionalLayer
    3737
    3838
  • main/kofacustom.koa/trunk/src/kofacustom/koa/students/tests/test_export.py

    r17297 r17357  
    66from waeup.kofa.students.tests.test_batching import (
    77    StudentImportExportSetup, curr_year)
    8 from kofacustom.skeleton.utils.utils import CustomKofaUtils
    9 from kofacustom.skeleton.students.export import (
     8from kofacustom.koa.utils.utils import CustomKofaUtils
     9from kofacustom.koa.students.export import (
    1010    CustomStudentExporter, CustomStudentPaymentExporter)
    11 from kofacustom.skeleton.testing import FunctionalLayer
     11from kofacustom.koa.testing import FunctionalLayer
    1212
    1313
  • main/kofacustom.koa/trunk/src/kofacustom/koa/students/tests/test_student.py

    r16717 r17357  
    2222from zope.interface import verify
    2323from waeup.kofa.testing import FunctionalTestCase
    24 from kofacustom.skeleton.students.student import CustomStudent, CustomStudentFactory
    25 from kofacustom.skeleton.students.studycourse import (
     24from kofacustom.koa.students.student import CustomStudent, CustomStudentFactory
     25from kofacustom.koa.students.studycourse import (
    2626    CustomStudentStudyCourse, CustomStudentStudyCourseFactory)
    27 from kofacustom.skeleton.students.studylevel import (
     27from kofacustom.koa.students.studylevel import (
    2828    CustomStudentStudyLevel, CustomCourseTicket,
    2929    CustomStudentStudyLevelFactory,
    3030    CustomCourseTicketFactory)
    31 from kofacustom.skeleton.students.interfaces import (
     31from kofacustom.koa.students.interfaces import (
    3232    ICustomStudent, ICustomStudentStudyCourse,
    3333    ICustomStudentStudyLevel, ICustomCourseTicket)
    34 from kofacustom.skeleton.testing import FunctionalLayer
     34from kofacustom.koa.testing import FunctionalLayer
    3535
    3636
Note: See TracChangeset for help on using the changeset viewer.