-
Notifications
You must be signed in to change notification settings - Fork 190
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
feat: machine readable record feedback Datastore model #2582
feat: machine readable record feedback Datastore model #2582
Conversation
Datastore model for holding state on individual OSV record data quality findings Part of google#2189
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, two small comments!
|
||
tests.mock_datetime(self) | ||
|
||
def test_add_finding(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not very clear to me what this test is testing? I don't think there's any _pre_put code on ImportFindings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was mostly just me wanting to exercise the thing to make sure it was all anatomically correct
…tore model This commit extends google#2582 to include the source of a record. This is so it's possible to search for all records from a specific source. Part of google#2189
Datastore model for holding state on individual OSV record data quality findings
Part of #2189