MCPcopy
hub / github.com/celery/celery / test_repr

Method test_repr

t/unit/utils/test_time.py:341–343  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

339class test_ffwd:
340
341 def test_repr(self):
342 x = ffwd(year=2012)
343 assert repr(x)
344
345 def test_radd_with_unknown_gives_NotImplemented(self):
346 x = ffwd(year=2012)

Callers

nothing calls this directly

Calls 1

ffwdClass · 0.90

Tested by

no test coverage detected