frost
frost copied to clipboard
[docs] update file layout & usage section
trafficstars
Roughly (my interpretation):
__init__.pyis just to mark directory as a packageclient.pyhas all the code related to communication with the servicehelpers.pyhas 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 https://github.com/mozilla/frost/pull/436#discussion_r562192928
Current docs:
- don't define purpose of
client.py - don't mention usage of
__init__.py - don't show nested
conftest.pyfiles
From #436 - I'd agree with the assumption you stated about "client.py has all the code related to communication with the service".