koladata

Home
Overview
Fundamentals
Glossary
Cheatsheet
API Reference
Quick Recipes
Deep Dive
Common Pitfalls and Gotchas
Persistent Storage

View the Project on GitHub google/koladata

kd.testing.DataSliceMatcher API

DataSlice matcher to allow unittest.mock assertions to work with KolaData DataSlices.

DataSliceMatcher.__init__(self, expected, *, partial: bool | None = None, ids_equality: bool | None = None, schemas_equality: bool | None = None)

Initialize self.  See help(type(self)) for accurate signature.