pytest2/src/_pytest
github-actions[bot] 6a5076db9f
[7.2.x] Fix 'importlib.abc.TraversableResources' deprecation warning in Python 3.12 (#10453)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-10-31 16:16:34 +00:00
..
_code fallback to native traceback when handling ExceptionGroup (take 2) [SQUASH] (#10209) 2022-08-17 09:16:32 -07:00
_io Handle NFC/NFD strings that normalize to the same string. (#10355) 2022-10-09 17:09:33 -07:00
_py _pytest._py.path: get mypy passing 2022-10-19 21:42:40 -04:00
assertion [7.2.x] Fix 'importlib.abc.TraversableResources' deprecation warning in Python 3.12 (#10453) 2022-10-31 16:16:34 +00:00
config Mark tryfirst/trylast as deprecated in their docs. 2022-10-07 12:16:53 +02:00
mark [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-10-12 08:21:17 +00:00
__init__.py Add pytest.version_tuple 2021-06-14 09:04:14 -03:00
_argcomplete.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2021-12-06 21:12:33 +00:00
cacheprovider.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
capture.py Use an explicit encoding when opening `os.devnul` 2022-09-30 23:43:27 +01:00
compat.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-10-19 16:52:26 -04: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 Export `pytest.DoctestItem` for typing / runtime purposes (#10313) 2022-10-07 13:03:42 -03:00
faulthandler.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
fixtures.py doc: workaround for ugly API docs for overloaded functions with new Sphinx 2022-08-13 21:46:49 +03:00
freeze_support.py Remove py version printing, traceback filtering, freezing 2021-10-16 12:01:31 +03:00
helpconfig.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
hookspec.py doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00
junitxml.py doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00
legacypath.py Explicit note that tmpdir fixture is discouraged in favour of tmp_path #9937 (#10138) 2022-07-15 08:40:18 -03:00
logging.py doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00
main.py doc: workaround for ugly API docs for overloaded functions with new Sphinx 2022-08-13 21:46:49 +03:00
monkeypatch.py Add reference to the Where to patch docs in monkeypatch.setattr (#10217) 2022-08-15 13:55:19 -03:00
nodes.py doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00
nose.py Add deprecations for tests written for `nose` (#9907) 2022-10-09 17:16:33 -03:00
outcomes.py doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00
pastebin.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
pathlib.py Try to import module before creating dummy modules with 'importmode=importlib' 2022-02-14 09:42:05 -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 Add deprecations for tests written for `nose` (#9907) 2022-10-09 17:16:33 -03:00
python_api.py doc: workaround for ugly API docs for overloaded functions with new Sphinx 2022-08-13 21:46:49 +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 doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00
runner.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03: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 Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
stash.py stash: make Stash and StashKey public 2021-07-24 17:40:08 +03:00
stepwise.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
terminal.py 🔧 Negating --showlocals with --no-showlocals 2022-10-14 16:19:07 -05: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 doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00
unittest.py Do not call tearDown for skipped unittest.TestCases with --pdb 2022-06-27 10:33:37 -03:00
unraisableexception.py Add unraisableexception and threadexception plugins 2020-11-21 21:11:48 +02:00
warning_types.py PytestReturnNotNoneWarning now subclasses PytestRemovedIn8Warning (#10196) 2022-10-09 20:10:45 -03:00
warnings.py Expand warnings output for ResourceWarning (#9682) 2022-02-15 13:00:50 +00:00