Ignore:
Timestamp:
13 Jul 2015, 07:53:26 (9 years ago)
Author:
Henrik Bettermann
Message:

Remove non-implemented methods.

Add methods to hostel section interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_container.py

    r7811 r13165  
    7272        # We cannot call the fundamental methods of a base in that case
    7373        container = StudentsContainer()
    74         self.assertRaises(
    75             NotImplementedError, container.archive)
    76         self.assertRaises(
    77             NotImplementedError, container.clear)
    7874        # We cannot add arbitrary objects
    7975        department = Department()
Note: See TracChangeset for help on using the changeset viewer.