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 was archived by the owner on Mar 4, 2024. It is now read-only.
I’m not a fan of unit tests. I think integration tests are way more useful. I’ve got some basic, rudimentary scaffolding for integration tests with pytest. I imagine it’d go something like this:
Summary
We need tests.
Notes
I’m not a fan of unit tests. I think integration tests are way more useful. I’ve got some basic, rudimentary scaffolding for integration tests with
pytest. I imagine it’d go something like this: