'--live-server-host' option added by o1da · Pull Request #90 · pytest-dev/pytest-flask (original) (raw)
A tip for others to save some time - if you find the requests all show 404
, then be sure to set the app.config['SERVER_NAME'] = 'foobar'
, for example when you run the pytest flask from inside a docker container and you give the docker container a name so that other services can discover it, but the results give 404..