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
That set of unit tests creates and destroys a sqlite db in the setup/teardown methods. The curl unit tests currently don't. They also curl against the actual server rather than spinning up a test copy to curl against. This causes the test pastes to be written to the actual DB.
this way unit tests don't pollute the real db
The text was updated successfully, but these errors were encountered: