-
Notifications
You must be signed in to change notification settings - Fork 317
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
Minor enhancements to the fixtures #171
Minor enhancements to the fixtures #171
Conversation
I totally agree. In fact, I think #160 moves this fixture into the base level conftest (before I made the plugin). I think it would be work moving ws_fetch into the plugin. |
I have moved |
66833fb
to
0d67d5d
Compare
LGTM! Thanks, @echarles! |
…ixture_updates Minor enhancements to the fixtures
While reading the tests, I found a few minor enhancements like removing the param from base_url fixture and adding doc to app fixture.\
I may push in the coming day more minore udpates.
My understanding is that only the fixtures defined in
pytest_plugin.py
are usable in other projects (like nbclassic). Then, how do we decide which fixture to expose? e.g. I can see a use ofws_fetch
defined intest_api.py
in kernel related projects but today this is not possible.