MCPcopy Index your code
hub / github.com/pydata/xarray / check_requests

Method check_requests

xarray/tests/test_backends.py:3930–3933  ·  view source on GitHub ↗
(self, expected, patches)

Source from the content-addressed store, hash-verified

3928 return summary
3929
3930 def check_requests(self, expected, patches):
3931 summary = self.summarize(patches)
3932 for k in summary:
3933 assert summary[k] <= expected[k], (k, summary)
3934
3935 def test_append(self) -> None:
3936 original = Dataset({"foo": ("x", [1])}, coords={"x": [0]})

Callers 2

test_appendMethod · 0.95
test_region_writeMethod · 0.95

Calls 1

summarizeMethod · 0.95

Tested by

no test coverage detected