Ignore:
Timestamp:
19 Jun 2015, 15:36:21 (10 years ago)
Author:
Henrik Bettermann
Message:

More adjustments for a proper documentation.

File:
1 edited

Legend:

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

    r7811 r13077  
    4040        return
    4141
    42     def test_base(self):
    43         # We cannot call the fundamental methods of a base in that case
    44         container = ApplicantsContainer()
    45         self.assertRaises(
    46             NotImplementedError, container.archive)
    47         self.assertRaises(
    48             NotImplementedError, container.clear)
    49 
    5042def suite():
    5143    suite = unittest.TestSuite()
Note: See TracChangeset for help on using the changeset viewer.