(self)
| 1820 | |
| 1821 | @reraise_if_not_enum(FloatStooges) |
| 1822 | def test_pickle_float(self): |
| 1823 | test_pickle_dump_load(self.assertIs, FloatStooges.CURLY) |
| 1824 | test_pickle_dump_load(self.assertIs, FloatStooges) |
| 1825 | |
| 1826 | @reraise_if_not_enum(Answer) |
| 1827 | def test_pickle_enum_function(self): |
nothing calls this directly
no test coverage detected