Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move compare into event-model. #107

Open
danielballan opened this issue Aug 29, 2019 · 0 comments
Open

Move compare into event-model. #107

danielballan opened this issue Aug 29, 2019 · 0 comments

Comments

@danielballan
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant