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
It seems that python tests using schemathesis.from_asgi are run using Requests, and expect a server to be running. I would like to run the tests directly as happens with schemathesis run --app on the command line. If this is already possible I was not able to figure out how by reading the docs and searching the code.