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
Look into using hypothesis to expand test coverage, especially useful for tests which only confirm that the old and new endpoint behave the same (minus documented differences).
The text was updated successfully, but these errors were encountered:
Hypothesis does not work nicely with function-level fixtures (c.f. health-checks), which makes it hard to integrate cleanly with the current tests that test POST requests. For those tests, we need clean up and rollbacks to avoid unintended interactions with other tests through persistence in the database. It may be possible with some rewrites, should try initiating the app in main.py from a function, which might allow a separate "app" for each test case to be set up.
Look into using hypothesis to expand test coverage, especially useful for tests which only confirm that the old and new endpoint behave the same (minus documented differences).
The text was updated successfully, but these errors were encountered: