-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make sure all pdr repos are up to date #7
Make sure all pdr repos are up to date #7
Conversation
…ate' of https://github.com/oceanprotocol/pdr-backend into issue5-make-sure-all-sub-repos-in-this-repo-are-up-to-date
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.
Make these changes then I will approve:)
@@ -0,0 +1,115 @@ | |||
import time |
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.
Please add basic tests to dfbuyer, in a similar pattern to what I did for predictoor, etc
- pdr_backend/dfbuyer/tests/test_main.py
- pdr_backend/dfbuyer/tests/test_subgraph.py
@@ -0,0 +1,50 @@ | |||
import json |
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.
Could we move this up a directory, to be in pdr_backend/dfbuyer.
(Maybe it's not 1:1 to before but it does reduce complexity. And it removes confusion with of having a second "utils" directory)
@trentmc all done! 🙌 |
Fixes #5
Changes proposed in this PR: