Changeset 13077 for main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests
- Timestamp:
- 19 Jun 2015, 15:36:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_container.py
r7811 r13077 40 40 return 41 41 42 def test_base(self):43 # We cannot call the fundamental methods of a base in that case44 container = ApplicantsContainer()45 self.assertRaises(46 NotImplementedError, container.archive)47 self.assertRaises(48 NotImplementedError, container.clear)49 50 42 def suite(): 51 43 suite = unittest.TestSuite()
Note: See TracChangeset for help on using the changeset viewer.