MCPcopy
hub / github.com/celery/celery / test_rate_limit_string

Function test_rate_limit_string

t/unit/utils/test_time.py:335–336  ·  view source on GitHub ↗
(s, expected)

Source from the content-addressed store, hash-verified

333 ('0.0/s', 0),
334])
335def test_rate_limit_string(s, expected):
336 assert rate(s) == expected
337
338
339class test_ffwd:

Callers

nothing calls this directly

Calls 1

rateFunction · 0.90

Tested by

no test coverage detected