-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use pytest_load_initial_conftest #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cool, I have no moral attachment to any particular solution, as long as it satisfies everyone. what I did is good enough for me for now, so don't rush this on my account. |
@lahwran Can you please confirm that my solution is working, too? |
schlamar
changed the title
[WIP] use pytest_load_initial_conftest
Use pytest_load_initial_conftest
Apr 24, 2014
schlamar
added a commit
that referenced
this pull request
Apr 24, 2014
Use pytest_load_initial_conftest
@schlamar Cool, I keep an eye on it! When we added a conftest our coverage dropped and that made us sad :P |
cclauss
added a commit
to cclauss/pytest-cov
that referenced
this pull request
Feb 19, 2023
# This is the 1st commit message: Add Python 3.11 and PyPy 3.9 to the testing # The commit message pytest-dev#2 will be skipped: # tox.ini: Add py311 and pypy39 # The commit message pytest-dev#3 will be skipped: # pytest72 # The commit message pytest-dev#4 will be skipped: # xdist302 # # Co-authored-by: Mason Lin <pizza0117@gmail.com> # The commit message pytest-dev#5 will be skipped: # coverage65 # # Co-authored-by: Mason Lin <pizza0117@gmail.com> # The commit message pytest-dev#6 will be skipped: # Drop py36 and upgrade to pytest-xdist==3.1.0
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pytest_load_initial_conftests
hook