Closed
Description
A few questions I have...
- Should I make a PR to merge in at this point since we're not currently running snippets AFAICT?
- If we're running these as system tests(which makes sense to me), I'm not sure how to handle things like email addresses for users and other account information(example).
- If I should make mocks instead of hitting the service, it seems like that defeats the purpose unless I can inherit from the real class and just override the methods or some similar strategy?