(self)
| 1790 | |
| 1791 | @reraise_if_not_enum(FloatStooges) |
| 1792 | def test_pickle_float(self): |
| 1793 | test_pickle_dump_load(self.assertIs, FloatStooges.CURLY) |
| 1794 | test_pickle_dump_load(self.assertIs, FloatStooges) |
| 1795 | |
| 1796 | @reraise_if_not_enum(Answer) |
| 1797 | def test_pickle_enum_function(self): |
nothing calls this directly
no test coverage detected