-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Insights: pytest-dev/pytest
Overview
Could not load contribution data
Please try again later
29 Pull requests merged by 14 people
-
Add
Instant
class to conveniently track elapsed and start/end times#13397 merged
Apr 29, 2025 -
Replace time.time() with _pytest.timing.perf_counter()
#13394 merged
Apr 27, 2025 -
[automated] Update plugin list
#13398 merged
Apr 27, 2025 -
[automated] Update plugin list
#13385 merged
Apr 20, 2025 -
Fix
ExceptionGroup
traceback filtering of pytest internals#13380 merged
Apr 19, 2025 -
[8.3.x] Fix handling of positional-only parameters in test methods (#13377)
#13383 merged
Apr 19, 2025 -
Fix parameter handling of non-static test methods
#13377 merged
Apr 18, 2025 -
[pre-commit.ci] pre-commit autoupdate
#13375 merged
Apr 15, 2025 -
[automated] Update plugin list
#13372 merged
Apr 13, 2025 -
[pre-commit.ci] pre-commit autoupdate
#13362 merged
Apr 8, 2025 -
[PR #13318/0286f646 backport][8.3.x] Bugfix for pytest plugins set to hypothesis pytestplugin (#12647)
#13361 merged
Apr 7, 2025 -
Bugfix for pytest plugins set to hypothesis pytestplugin (#12647)
#13318 merged
Apr 7, 2025 -
Add note on using mixin classes for abstract test classes in documentation
#13346 merged
Apr 7, 2025 -
build(deps): Bump pytest-cov from 6.0.0 to 6.1.1 in /testing/plugins_integration
#13358 merged
Apr 7, 2025 -
build(deps): Bump pytest-django from 4.10.0 to 4.11.1 in /testing/plugins_integration
#13357 merged
Apr 7, 2025 -
[automated] Update plugin list
#13356 merged
Apr 6, 2025 -
[PR #13341/6964cf10 backport][8.3.x] doc: clarify the behavior of
approx
#13352 merged
Apr 4, 2025 -
doc: clarify the behavior of
approx
#13341 merged
Apr 4, 2025 -
Clean up type hints from #13345 and add a test
#13348 merged
Apr 3, 2025 -
[PR #13343/9a7dbd8a backport][8.3.x] Add title and change spelling for use of approx with non-numerics
#13347 merged
Apr 3, 2025 -
Fix type hints for
TestReport.when
andTestReport.location
#13345 merged
Apr 3, 2025 -
Add title and change spelling for use of approx with non-numerics
#13343 merged
Apr 3, 2025 -
Fix for #11067
#13328 merged
Apr 2, 2025 -
[PR #13338/0c454979 backport][8.3.x] Fix broken
approx
when mixing numpy booleans and booleans#13342 merged
Apr 2, 2025 -
Fix broken
approx
when mixing numpy booleans and booleans#13338 merged
Apr 2, 2025 -
[PR #13339/e35f1bfe backport][8.3.x] Enable GitHub Sponsors and thanks.dev in FUNDING.yml
#13340 merged
Apr 1, 2025 -
Enable GitHub Sponsors and thanks.dev in FUNDING.yml
#13339 merged
Apr 1, 2025 -
build(deps): Bump pytest-asyncio from 0.25.3 to 0.26.0 in /testing/plugins_integration
#13336 merged
Mar 31, 2025
6 Pull requests opened by 4 people
-
fix #6881 - add policies for too long ids from a str and use short as default
#13370 opened
Apr 11, 2025 -
Add Missing Docstrings to validate_basetemp in main.py
#13373 opened
Apr 13, 2025 -
[pre-commit.ci] pre-commit autoupdate
#13387 opened
Apr 21, 2025 -
Conflicting custom arguments bugfix #12824
#13393 opened
Apr 24, 2025 -
Terminal tab progress reporting issue #13072
#13395 opened
Apr 25, 2025 -
Add option to rerun all tests in files with last-failed tests
#13399 opened
Apr 27, 2025
24 Issues closed by 10 people
-
Pytest hangs when interacting with threads and processes
#13400 closed
Apr 29, 2025 -
AttributeError: 'NotSetType' object has no attribute 'id' when using empty params list
#13401 closed
Apr 28, 2025 -
pytest can report negative duration due to usage of `time.time()`
#13384 closed
Apr 27, 2025 -
Documentation error in Getting Started, re. grouping tests in classes
#7646 closed
Apr 22, 2025 -
pytest: garbage cannot be removed [Errno 39]
#13269 closed
Apr 17, 2025 -
GPU accuracy test failing only when executed through pytest
#13374 closed
Apr 16, 2025 -
Pytest assert rewrite causes serialzation problem with dill
#10845 closed
Apr 14, 2025 -
Should `pytest.fail.Exception` be a subclass of `AssertionError`?
#13355 closed
Apr 13, 2025 -
Dark-red coloured crash stack dump is very hard to read on a dark-themed terminal
#6984 closed
Apr 10, 2025 -
Unable to pass a file through custom cli option
#13368 closed
Apr 10, 2025 -
Schedule atexit failure at import time
#13365 closed
Apr 9, 2025 -
Three tests fails with `PYTEST_PLUGINS` set to `_hypothesis_pytestplugin`
#12647 closed
Apr 7, 2025 -
Mixin for abstract test classes
#8612 closed
Apr 7, 2025 -
Missing documentation on filtering warnings
#13350 closed
Apr 4, 2025 -
approx equal can be more restricted than `==`
#13218 closed
Apr 4, 2025 -
Addoption behaviour change with path as value
#13351 closed
Apr 4, 2025 -
TestReport.when/location have the wrong type reported by type checkers
#12941 closed
Apr 3, 2025 -
approx doesn't always fail when comparing boolean values with 1 or 0
#13344 closed
Apr 2, 2025 -
wasxfail result outcome attribute not consistent for XFailed tests
#11067 closed
Apr 2, 2025 -
8.3.4: approx broken when mixing numpy booleans and booleans
#13047 closed
Apr 2, 2025 -
upgrading to pytest 8.3.5 causes :Cannot read termcap database;using dumb terminal settings" error
#13277 closed
Apr 2, 2025 -
Intermittent Test Failure with pytest on Python 3.13
#13334 closed
Mar 31, 2025
10 Issues opened by 9 people
-
Disable assertion rewriting of external modules for `python_files = *.py`
#13403 opened
Apr 30, 2025 -
Can't capture output of logger in stdout
#13402 opened
Apr 28, 2025 -
Option to rerun all tests in file with last-failed
#13390 opened
Apr 23, 2025 -
doc: Difference between PYTEST_PLUGINS and -p unclear
#13388 opened
Apr 22, 2025 -
Unable to import from a package in conftest.py.
#13379 opened
Apr 16, 2025 -
Provide a better way to schedule hooks ordering
#13371 opened
Apr 12, 2025 -
Plugins modifying output can break pytester
#13369 opened
Apr 10, 2025 -
Quadratic runtime - O(n*n), n = number of tests
#13360 opened
Apr 7, 2025 -
`Node.get_closest_marker` default kwarg deprecation
#13354 opened
Apr 4, 2025
22 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Warn if both pytest.ini (.pytest.ini) and pyproject.toml with pytest ops exist
#13330 commented on
Mar 31, 2025 • 0 new comments -
calling capture.resume_global_capture() changes the used terminal width
#13322 commented on
Apr 1, 2025 • 0 new comments -
Using fixtures in pytest.mark.parametrize
#349 commented on
Apr 3, 2025 • 0 new comments -
pytest 8.4 release plans
#12945 commented on
Apr 7, 2025 • 0 new comments -
Output appears in "Captured stderr call" but is unavailable in capsys or capfd
#5997 commented on
Apr 8, 2025 • 0 new comments -
Better reporting for "dict subset" comparison
#12860 commented on
Apr 9, 2025 • 0 new comments -
Live logs questions
#6852 commented on
Apr 11, 2025 • 0 new comments -
[regression][8.2.2] `KeyError` sometimes crashes test collection on PyPy while reordering fixtures
#13312 commented on
Apr 11, 2025 • 0 new comments -
Long parametrized test_input on Windows: ValueError: the environment variable is longer than 32767 characters
#6881 commented on
Apr 11, 2025 • 0 new comments -
Improve error message when tests use closed stdout/stderr (capture)
#5743 commented on
Apr 12, 2025 • 0 new comments -
Populate output xml file after every test on a suite is completed
#12350 commented on
Apr 15, 2025 • 0 new comments -
Take --pyargs into account to find initial conftests (was: py.test --pyargs my_pkg doesn't run pytest_addoption in my_pkg/conftest.py)
#1596 commented on
Apr 18, 2025 • 0 new comments -
[FR] Support for env-dependent `filterwarnings` entries
#7525 commented on
Apr 19, 2025 • 0 new comments -
Not recognizing paths with left square bracket
#10329 commented on
Apr 24, 2025 • 0 new comments -
Double reporting teardown failure
#9909 commented on
Apr 26, 2025 • 0 new comments -
Collection Incorrect When Specify Both Parent and Sub Folders
#13319 commented on
Apr 27, 2025 • 0 new comments -
Node ID parts vs. argument order with stacked parametrize / permutations
#13223 commented on
Apr 27, 2025 • 0 new comments -
Proposal: root spec import mode to replace legacy importing and importmode
#10824 commented on
Apr 4, 2025 • 0 new comments -
Fix bug discovered due to the change in ``implicit-str-concat``
#12378 commented on
Apr 13, 2025 • 0 new comments -
deprecate non-cm raises,warns&deprecated call + add paramspec
#13241 commented on
Mar 31, 2025 • 0 new comments -
Implement PEP 302 optional get_code loader method
#13315 commented on
Apr 11, 2025 • 0 new comments -
Fix 13314 add all plugins to pytester subprocess
#13316 commented on
Apr 1, 2025 • 0 new comments