Skip to content

Issues: pytest-dev/pytest

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

doctest options NUMBER and ELLIPSIS seem incompatible plugin: doctests related to the doctests builtin plugin
#13327 opened Mar 25, 2025 by wade-cheng
4 tasks done
Support parameterized fixtures in doctests plugin: doctests related to the doctests builtin plugin topic: collection related to the collection phase topic: fixtures anything involving fixtures directly or indirectly type: docs documentation improvement, missing or needing clarification
#13038 opened Dec 7, 2024 by staadecker
Ability to provide a custom doctest checker plugin: doctests related to the doctests builtin plugin type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#13003 opened Nov 28, 2024 by mgedmin
Doctests in __main__ are ignored plugin: doctests related to the doctests builtin plugin topic: collection related to the collection phase type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#12688 opened Aug 5, 2024 by jaraco
doctest expecting asserts behaves differently than stdlib plugin: doctests related to the doctests builtin plugin
#12417 opened Jun 4, 2024 by isidroas
pytest --doctest-modules crashes on file-level __test__ = False plugin: doctests related to the doctests builtin plugin
#11730 opened Dec 21, 2023 by kaddkaka
[doctest] Allow filtering which py files are considered for --doctest-modules plugin: doctests related to the doctests builtin plugin type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#11716 opened Dec 17, 2023 by ezyang
Leakage of NUMBER option out of docstring scope plugin: doctests related to the doctests builtin plugin
#9924 opened May 7, 2022 by MatthewFlamm
4 tasks done
[Doctest] Doctest inspect unwrap passing func to _stop instead of obj plugin: doctests related to the doctests builtin plugin type: regression indicates a problem that was introduced in a release which was working previously
#9778 opened Mar 16, 2022 by akhilramkee
Test discovery finds module that doesn't exist plugin: doctests related to the doctests builtin plugin topic: collection related to the collection phase type: bug problem that needs to be addressed
#9586 opened Feb 1, 2022 by jaraco
Presence of a plugin causes doctests a shared namespace to fail traceback with assertion plugin: doctests related to the doctests builtin plugin status: help wanted developers would like help from experts on this topic topic: rewrite related to the assertion rewrite mechanism
#8059 opened Nov 21, 2020 by jaraco
--doctest-modules ignores module-attribute docstrings plugin: doctests related to the doctests builtin plugin type: enhancement new feature or API change, should be merged into features branch
#6996 opened Mar 31, 2020 by ankostis
Assertion rewriting in doctests plugin: doctests related to the doctests builtin plugin topic: rewrite related to the assertion rewrite mechanism type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#5939 opened Oct 10, 2019 by jcushman
BUG: live log interferes with doctests plugin: doctests related to the doctests builtin plugin plugin: logging related to the logging builtin plugin type: bug problem that needs to be addressed
#5908 opened Oct 3, 2019 by nazarewk
Can't add fixture to doctest_namespace plugin: doctests related to the doctests builtin plugin topic: fixtures anything involving fixtures directly or indirectly
#5852 opened Sep 16, 2019 by hameerabbasi
Add support for doctest groups with isolated namespaces, a la sphinx plugin: doctests related to the doctests builtin plugin type: enhancement new feature or API change, should be merged into features branch
#5827 opened Sep 7, 2019 by pganssle
Add support for markers in doctests plugin: doctests related to the doctests builtin plugin topic: marks related to marks, either the general marks or builtin type: enhancement new feature or API change, should be merged into features branch
#5794 opened Aug 27, 2019 by hmoravec
Deprecate collecting 'test*.txt' files as doctests, replaced by 'test_*.txt' plugin: doctests related to the doctests builtin plugin type: deprecation feature that will be removed in the future type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#5450 opened Jun 15, 2019 by nicoddemus
doctest plugin runs when unwanted plugin: doctests related to the doctests builtin plugin type: bug problem that needs to be addressed
#4954 opened Mar 19, 2019 by cjw296
Warnings capture interferes with doctest plugin: doctests related to the doctests builtin plugin plugin: warnings related to the warnings builtin plugin type: bug problem that needs to be addressed
#4732 opened Feb 6, 2019 by alexshpilkin
[FeatureRequest] Add --doctest-only to only collect doctests plugin: doctests related to the doctests builtin plugin topic: collection related to the collection phase type: enhancement new feature or API change, should be merged into features branch
#4726 opened Feb 5, 2019 by dhirschfeld
Output of subprocess not captured when fixture started by doctests plugin: doctests related to the doctests builtin plugin type: bug problem that needs to be addressed
#3752 opened Jul 31, 2018 by jaraco
Parent module '' not loaded - relative import in PEP 420 namespace package plugin: doctests related to the doctests builtin plugin type: enhancement new feature or API change, should be merged into features branch
#1927 opened Sep 10, 2016 by jaraco
Python testfiles are being loaded. plugin: doctests related to the doctests builtin plugin topic: collection related to the collection phase
#1881 opened Aug 27, 2016 by SanketDG
3 tasks done
ProTip! Exclude everything labeled bug with -label:bug.