Skip to content
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

MAINT: clean up imports, naming in the plugin #125

Merged
merged 2 commits into from
Feb 24, 2024
Merged

MAINT: clean up imports, naming in the plugin #125

merged 2 commits into from
Feb 24, 2024

Conversation

ev-br
Copy link
Member

@ev-br ev-br commented Feb 24, 2024

In plugin.py, rename _pytest.doctest to pydoctest to clarify what comes from the stdlib and what is from pytest.
(e.g. doctest.DoctestFinder is from stdlib, and pydoctest.DocTestModule is from pytest)

closes gh-115

Makes is more transparent what is from stdlib, and what is from pytest
@ev-br ev-br merged commit a79e646 into main Feb 24, 2024
4 checks passed
@ev-br ev-br deleted the main_pydoctest branch February 24, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rename doctest in the plugin to stress it is from pytest not doctest
1 participant