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.