(self)
| 1257 | assert res.get() == "replaced" |
| 1258 | |
| 1259 | def test_add_trail__no_trail(self): |
| 1260 | mytask = self.increment_counter._get_current_object() |
| 1261 | mytask.trail = False |
| 1262 | mytask.add_trail('foo') |
| 1263 | |
| 1264 | def test_repr_v2_compat(self): |
| 1265 | self.mytask.__v2_compat__ = True |
nothing calls this directly
no test coverage detected