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
The useful bit is compare(a, b) which takes in two document streams and compares the documents with gradually increasing specificity. Rather than getting a dump like "These two lists of many documents aren't the same---good luck spotting the difference!" you get much more actionable advice.
I suspect we can update 100+ tests through the projects, which individually implement some fraction of this functionality, to make them more robust, succinct, and useful.
The text was updated successfully, but these errors were encountered:
These functions introduced in bluesky/databroker#392 should be moved into event-model, and #97 should be incorporated.
The useful bit is
compare(a, b)
which takes in two document streams and compares the documents with gradually increasing specificity. Rather than getting a dump like "These two lists of many documents aren't the same---good luck spotting the difference!" you get much more actionable advice.I suspect we can update 100+ tests through the projects, which individually implement some fraction of this functionality, to make them more robust, succinct, and useful.
The text was updated successfully, but these errors were encountered: