We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Roughly (my interpretation):
__init__.py
client.py
helpers.py
But I see that differs a bit from the design docs.
Again, this isn't a blocker for this commit, but it does look like the design & file layout needs a refresh. I'll open a separate issue.
Originally posted by @hwine in #436 (comment)
The text was updated successfully, but these errors were encountered:
Current docs:
conftest.py
Sorry, something went wrong.
From #436 - I'd agree with the assumption you stated about "client.py has all the code related to communication with the service".
No branches or pull requests
Roughly (my interpretation):
__init__.py
is just to mark directory as a packageclient.py
has all the code related to communication with the servicehelpers.py
has all the code related to simplifying tests (e.g. operations on data structures returned from service)But I see that differs a bit from the design docs.
Again, this isn't a blocker for this commit, but it does look like the design & file layout needs a refresh. I'll open a separate issue.
Originally posted by @hwine in #436 (comment)
The text was updated successfully, but these errors were encountered: