-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
test_client
fixture clashes with pytest-aiohttp
#22
Comments
@burnpanck yeah, sure, we can change the fixture name if needed, but it doesn't fix the issue essentially. Also, is there any reason you wanna install both |
I have an internal web-based api. The client and server implementations are in the same repository. The server is based on |
Hey, we can start add a new fixture with a different name, and start to deprecate test_client |
Hello, when new version with new fixture client name will be released? |
Addressed in |
If both pytest-sanic and pytest-aiohttp are installed, tests may pick up the wrong fixture. While this clearly is a design problem of pytest's magic fixture identification by name itself (pytest-dev/pytest#3966, pytest-dev/pytest#3834), pytest-sanic could help here by choosing a different name.
The text was updated successfully, but these errors were encountered: