Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
])
335
def
test_rate_limit_string(s, expected):
336
assert rate(s) == expected
337
338
339
class
test_ffwd:
Callers
nothing calls this directly
Calls
1
rate
Function · 0.90
Tested by
no test coverage detected