You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
da::celestia has virtually zero coverage, because it requires either making integration tests or using mockall on the RPC interfaces like BlobClient.
The solution is probably a combination of both approaches -- some scenarios might be too complicated to reliably reproduce from the celestia environment, but mockall works.
Because we don't own those interfaces, it would require using the mock! macro.