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

Make sure all pdr repos are up to date #7

Merged

Conversation

trizin
Copy link
Contributor

@trizin trizin commented Aug 2, 2023

Fixes #5

Changes proposed in this PR:

  • Updated pdr-utils
  • Added pdr-dfbuyer

@trizin trizin linked an issue Aug 2, 2023 that may be closed by this pull request
@trizin trizin marked this pull request as ready for review August 2, 2023 08:40
@trizin trizin requested a review from trentmc August 2, 2023 08:44
Copy link
Member

@trentmc trentmc left a 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
Copy link
Member

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
Copy link
Member

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)

@trizin
Copy link
Contributor Author

trizin commented Aug 2, 2023

@trentmc all done! 🙌

@trizin trizin merged commit d139d02 into main Aug 2, 2023
@trizin trizin deleted the issue5-make-sure-all-sub-repos-in-this-repo-are-up-to-date branch August 2, 2023 10:13
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

Successfully merging this pull request may close these issues.

Make sure all sub-repos in this repo are up to date.
2 participants