We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/man-group/pytest-plugins/tree/master/pytest-server-fixtures#simple-http-server
It does not show in pytest --fixtures and tests using this fixture get error
pytest --fixtures
E fixture 'simple_http_server' not found
There is one called simple_http_test_server in the source: https://github.com/man-group/pytest-plugins/blob/v1.7.0/pytest-server-fixtures/pytest_server_fixtures/http.py#L22-L28
simple_http_test_server
However it is not found either, presumably because nothing in the entry points refers to that http.py submodule.
http.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/man-group/pytest-plugins/tree/master/pytest-server-fixtures#simple-http-server
It does not show in
pytest --fixtures
and tests using this fixture get errorThere is one called
simple_http_test_server
in the source: https://github.com/man-group/pytest-plugins/blob/v1.7.0/pytest-server-fixtures/pytest_server_fixtures/http.py#L22-L28However it is not found either, presumably because nothing in the entry points refers to that
http.py
submodule.The text was updated successfully, but these errors were encountered: