.. |
_code
|
nodes: apply same traceback filtering for chained exceptions as main exception
|
2023-05-28 17:20:50 +03:00 |
_io
|
Handle NFC/NFD strings that normalize to the same string. (#10355)
|
2022-10-09 17:09:33 -07:00 |
_py
|
Fix couple of EncodingWarnings (#10954)
|
2023-04-29 11:37:22 +03:00 |
assertion
|
Fix warlus operator behavior when called by a function (#11041)
|
2023-05-30 11:59:24 -03:00 |
config
|
Merge pull request #11043 from bluetech/confcutdir-rootpath
|
2023-05-30 20:21:20 +03:00 |
mark
|
Drop attrs dependency, use dataclasses instead (#10669)
|
2023-01-20 11:13:36 +02:00 |
__init__.py
|
Add pytest.version_tuple
|
2021-06-14 09:04:14 -03:00 |
_argcomplete.py
|
Use os.sep instead of os.path.sep.
|
2022-12-01 18:16:02 +01:00 |
cacheprovider.py
|
cacheprovider: fix file-skipping functionality across packages
|
2023-05-30 23:16:43 +03:00 |
capture.py
|
Spelling and grammar fixes (#11014)
|
2023-05-18 10:10:44 -03:00 |
compat.py
|
Move logic to get_user_id in compat
|
2023-02-28 11:19:34 -03:00 |
debugging.py
|
Don't break into `pdb` for `raise unittest.SkipTest()`
|
2022-10-13 18:20:46 -04:00 |
deprecated.py
|
Add deprecations for tests written for `nose` (#9907)
|
2022-10-09 17:16:33 -03:00 |
doctest.py
|
[pre-commit.ci] pre-commit autoupdate (#10712)
|
2023-02-07 19:30:33 -03:00 |
faulthandler.py
|
faulthandler: avoid accessing sys.stderr.encoding
|
2023-05-10 09:59:57 +03:00 |
fixtures.py
|
fixtures: use isinstance in get_scope_package
|
2023-05-20 21:13:48 +03:00 |
freeze_support.py
|
Remove py version printing, traceback filtering, freezing
|
2021-10-16 12:01:31 +03:00 |
helpconfig.py
|
Include `pyproject.toml` in help section that lists out config files with ini-options (#10807)
|
2023-03-11 10:59:02 -03:00 |
hookspec.py
|
Use NamedTuple for pytest_report_teststatus return value (#10972)
|
2023-05-19 08:24:28 -03:00 |
junitxml.py
|
Mitigate directory creation race condition (#10607)
|
2023-01-06 09:12:24 -03:00 |
legacypath.py
|
Drop attrs dependency, use dataclasses instead (#10669)
|
2023-01-20 11:13:36 +02:00 |
logging.py
|
Handle microseconds with custom logging.Formatter (#11047)
|
2023-05-30 09:35:33 -03:00 |
main.py
|
Add alias `--config-file` to `-c` (#11036)
|
2023-05-26 07:56:18 -03:00 |
monkeypatch.py
|
monkeypatch: add support for TypedDict (#11000)
|
2023-05-14 22:17:00 +03:00 |
nodes.py
|
nodes: apply same traceback filtering for chained exceptions as main exception
|
2023-05-28 17:20:50 +03:00 |
nose.py
|
Add deprecations for tests written for `nose` (#9907)
|
2022-10-09 17:16:33 -03:00 |
outcomes.py
|
Docs: be more explicit about module level skip preventing collection (#10753)
|
2023-02-28 12:41:31 -03:00 |
pastebin.py
|
Document the --code-highlight default (#9883)
|
2022-05-31 16:32:51 -03:00 |
pathlib.py
|
pathlib: extract `scandir` utility from `visit`
|
2023-05-20 21:14:29 +03:00 |
py.typed
|
Publish our types
|
2020-07-04 13:18:15 +03:00 |
pytester.py
|
doc: have tighter control on what autodoc shows
|
2022-08-13 21:46:49 +03:00 |
pytester_assertions.py
|
Make 'warnings' and 'deselected' in assert_outcomes optional (#9475)
|
2022-01-27 12:18:36 +01:00 |
python.py
|
Merge pull request #10921 from bluetech/tb-simplify-2
|
2023-05-30 20:09:13 +03:00 |
python_api.py
|
code: add ExceptionInfo.from_exception
|
2023-04-12 13:16:48 +03:00 |
python_path.py
|
Rename ``pythonpath`` plugin to ``python_path``
|
2022-02-09 10:03:20 +02:00 |
recwarn.py
|
Merge pull request #10318 from pytest-dev/pre-commit-ci-update-config
|
2022-10-07 20:04:48 -03:00 |
reports.py
|
code: handle repr'ing empty tracebacks gracefully
|
2023-04-13 19:11:37 +03:00 |
runner.py
|
Drop attrs dependency, use dataclasses instead (#10669)
|
2023-01-20 11:13:36 +02:00 |
scope.py
|
Deprecation of `msg=` for both `pytest.skip()` and `pytest.fail()`. (#8950)
|
2021-11-08 15:31:14 +01:00 |
setuponly.py
|
Document the --code-highlight default (#9883)
|
2022-05-31 16:32:51 -03:00 |
setupplan.py
|
Document the --code-highlight default (#9883)
|
2022-05-31 16:32:51 -03:00 |
skipping.py
|
Drop attrs dependency, use dataclasses instead (#10669)
|
2023-01-20 11:13:36 +02:00 |
stash.py
|
stash: make Stash and StashKey public
|
2021-07-24 17:40:08 +03:00 |
stepwise.py
|
Do not update cache from xdist worker (#10641)
|
2023-01-13 07:14:52 -03:00 |
terminal.py
|
Use NamedTuple for pytest_report_teststatus return value (#10972)
|
2023-05-19 08:24:28 -03:00 |
threadexception.py
|
Replaced if-else statements with ternary expression (#8658)
|
2021-05-11 11:52:55 +02:00 |
timing.py
|
fix mock_timing fixture name (typo) in timing.py
|
2020-11-23 20:45:12 +00:00 |
tmpdir.py
|
Spelling and grammar fixes (#11014)
|
2023-05-18 10:10:44 -03:00 |
unittest.py
|
nodes: change _prunetraceback to return the new traceback instead of modifying excinfo
|
2023-04-28 11:47:45 +03:00 |
unraisableexception.py
|
Add unraisableexception and threadexception plugins
|
2020-11-21 21:11:48 +02:00 |
warning_types.py
|
Spelling and grammar fixes (#11014)
|
2023-05-18 10:10:44 -03:00 |
warnings.py
|
Expand warnings output for ResourceWarning (#9682)
|
2022-02-15 13:00:50 +00:00 |