Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ raises
Method
raises
t/unit/backends/test_database.py:133–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
132
@retry
133
def
raises():
134
calls[0] += 1
135
raise
DatabaseError(1, 2, 3)
136
137
with
pytest.raises(DatabaseError):
138
raises(max_retries=5)
Callers
15
test_a_path_is_required
Method · 0.45
test_raises_meaningful_errors_for_invalid_urls
Method · 0.45
test_no_backend
Method · 0.45
test_unknown_backend_raises_ImproperlyConfigured
Method · 0.45
test_no_implementations
Method · 0.45
test_missing_storage_module
Method · 0.45
test_missing_firestore_module
Method · 0.45
test_missing_bucket
Method · 0.45
test_missing_project
Method · 0.45
test_invalid_ttl
Method · 0.45
test_firestore_ttl_policy_disabled
Method · 0.45
test_bucket_ttl_missing_lifecycle_rule
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected