You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.
The dreddhooks.py file is growing too big - there's too much logic embedded there to test flows of API calls, which Dredd isn't really good for.
Create a simple db fixture and run simple dredd tests against that. Then use Bravado to build flow tests; we (can test the database outputs there too).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The dreddhooks.py file is growing too big - there's too much logic embedded there to test flows of API calls, which Dredd isn't really good for.
Create a simple db fixture and run simple dredd tests against that. Then use Bravado to build flow tests; we (can test the database outputs there too).
The text was updated successfully, but these errors were encountered: