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

Improve documentation around conftest-files and importing of fixtures type: docs documentation improvement, missing or needing clarification
#13148 opened Jan 20, 2025 by The-Compiler
support conftest/ folders topic: fixtures anything involving fixtures directly or indirectly type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#13108 opened Jan 6, 2025 by ofer-pd
Adding support for JUnit extensions used by the XRay plugin for Jira plugin: junitxml related to the junitxml builtin plugin type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#13103 opened Jan 4, 2025 by PascalVaudrevange
Terminal tab progress reporting using OSC 9;4; ANSI sequence good first issue easy issue that is friendly to new contributor topic: reporting related to terminal output and user-facing messages and errors type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#13072 opened Dec 17, 2024 by bluetech
Make async functions support in pytest hooks type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#13059 opened Dec 14, 2024 by NadezhdaBel
pytest.mark.parametrize: parameter=value pairs in test IDs topic: parametrize related to @pytest.mark.parametrize type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#13055 opened Dec 12, 2024 by Bastian-Krause
Class Paths Have Strange Behavior on 8.3.4 topic: collection related to the collection phase
#13050 opened Dec 11, 2024 by ilan-gold
4 tasks done
8.3.4: approx broken when mixing numpy booleans and booleans type: bug problem that needs to be addressed type: regression indicates a problem that was introduced in a release which was working previously
#13047 opened Dec 9, 2024 by t-b
Consider adopting the Open Test Reporting format status: help wanted developers would like help from experts on this topic type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#13045 opened Dec 9, 2024 by marcphilipp
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
Should warn when using pytest_plugins in a test file (since it's also not the root conftest.py) type: deprecation feature that will be removed in the future
#13030 opened Dec 5, 2024 by ryangalamb
4 tasks done
8.3.4 changed atexit behavior
#13021 opened Dec 2, 2024 by hynek
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
pytest.xfail and pytest.skip as context managers type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#13001 opened Nov 27, 2024 by stevapple
Add Missing Docstrings and inline comments to pytest/src/_pytest/main.py (Lines 245-490) type: docs documentation improvement, missing or needing clarification
#12979 opened Nov 20, 2024 by LClarky
prioritize outputting relative paths in the terminal topic: reporting related to terminal output and user-facing messages and errors type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#12973 opened Nov 18, 2024 by dongfangtianyu
Clarify docs on specifying multiple filters with pytest.mark.filterwarnings plugin: warnings related to the warnings builtin plugin type: docs documentation improvement, missing or needing clarification
#12966 opened Nov 15, 2024 by soxofaan
Override a fixture on a test module level:with "name" key_word_arg, its may not Override topic: fixtures anything involving fixtures directly or indirectly type: bug problem that needs to be addressed
#12952 opened Nov 11, 2024 by steadyfirmness
pytest 8.4 release plans
#12945 opened Nov 8, 2024 by nicoddemus 8.4
Allow hooks to retry a single test case multiple times with fresh fixtures topic: fixtures anything involving fixtures directly or indirectly type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#12939 opened Nov 4, 2024 by bcmills
tests raising StopIteration break pytest/pluggy type: bug problem that needs to be addressed
#12929 opened Oct 31, 2024 by RonnyPfannschmidt 8.4
Offer a way to handle conflicting options topic: config related to config handling, argument parsing and config file type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#12915 opened Oct 25, 2024 by DieTapete
Improve (beginner) UX around self vs. fixtures topic: reporting related to terminal output and user-facing messages and errors type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
#12907 opened Oct 21, 2024 by The-Compiler
ProTip! Exclude everything labeled bug with -label:bug.