pytest2/src/_pytest
Thomas Grainger ff12e083c5
doc exc param to importorskip
2023-10-19 18:25:56 +01:00
..
_code code review: kwarg-only `match`, replace `recursive` with `depth` 2023-09-17 22:28:32 +01:00
_io Drop Python 3.7 2023-06-30 14:55:42 -07:00
_py Use typing.Literal without TYPE_CHECKING checks 2023-07-16 01:11:21 +03:00
assertion Add more comprehensive set assertion rewrites (#11469) 2023-10-02 18:37:52 -03:00
config Improve pluggy-related typing 2023-09-17 21:32:55 +03:00
mark doc: fix a few `pytest.mark.xfail` nits 2023-08-12 18:30:58 +03: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 Improve docs for last-failed-no-failures 2023-08-29 00:14:45 +00:00
capture.py Switch to new-style pluggy hook wrappers 2023-07-14 22:47:48 +03:00
compat.py Fix platform-dependent type-check errors (#11345) 2023-08-27 09:40:24 -03:00
debugging.py Switch to new-style pluggy hook wrappers 2023-07-14 22:47:48 +03:00
deprecated.py Apply suggestions from code review 2023-06-25 16:08:53 +01:00
doctest.py doctest: some missing type annotations 2023-09-08 15:59:17 +03:00
faulthandler.py Handle ValueError raised during faulthandler teardown code (#11453) 2023-09-20 09:06:43 -03:00
fixtures.py fixtures: remove `getfixtureinfo(funcargs)` in favor of None `func` 2023-09-08 15:59:17 +03:00
freeze_support.py Remove py version printing, traceback filtering, freezing 2021-10-16 12:01:31 +03:00
helpconfig.py Fixes for typed pluggy 2023-08-26 22:13:24 +03:00
hookspec.py Use typing.Literal without TYPE_CHECKING checks 2023-07-16 01:11:21 +03:00
junitxml.py Use hyphenated cmdline options in docs (#11490) 2023-10-10 21:16:24 +00:00
legacypath.py Update pre-commit config 2023-06-30 15:07:07 -07:00
logging.py Fixes issue #11314 - log_file_format does not default to log_format (#11444) 2023-09-18 16:50:04 +00:00
main.py Improve pluggy-related typing 2023-09-17 21:32:55 +03:00
monkeypatch.py Drop Python 3.7 2023-06-30 14:55:42 -07:00
nodes.py Merge pull request #11446 from bluetech/pluggy-typing 2023-09-24 15:42:58 +03:00
nose.py Add deprecations for tests written for `nose` (#9907) 2022-10-09 17:16:33 -03:00
outcomes.py doc exc param to importorskip 2023-10-19 18:25:56 +01:00
pastebin.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
pathlib.py Fix --import-mode=importlib when root contains `__init__.py` file (#11420) 2023-09-10 09:57:40 -03:00
py.typed Publish our types 2020-07-04 13:18:15 +03:00
pytester.py Use hyphenated cmdline options in docs (#11490) 2023-10-10 21:16:24 +00:00
pytester_assertions.py Make 'warnings' and 'deselected' in assert_outcomes optional (#9475) 2022-01-27 12:18:36 +01:00
python.py Duplicated parameters in parametrize marker (#11489) 2023-10-08 10:26:31 -07:00
python_api.py Extend pytest.raises to support Exception having __repr__ method and initialized with kwargs (#11073) 2023-07-20 13:29:29 -03:00
python_path.py Rename ``pythonpath`` plugin to ``python_path`` 2022-02-09 10:03:20 +02:00
recwarn.py Change deprecated_call to handle FutureWarning (#11448) 2023-09-18 09:34:05 -03:00
reports.py Use typing.Literal without TYPE_CHECKING checks 2023-07-16 01:11:21 +03:00
runner.py Use typing.Literal without TYPE_CHECKING checks 2023-07-16 01:11:21 +03:00
scope.py Use typing.Literal without TYPE_CHECKING checks 2023-07-16 01:11:21 +03:00
setuponly.py Switch to new-style pluggy hook wrappers 2023-07-14 22:47:48 +03:00
setupplan.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
skipping.py Switch to new-style pluggy hook wrappers 2023-07-14 22:47:48 +03: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 typing.Literal without TYPE_CHECKING checks 2023-07-16 01:11:21 +03:00
threadexception.py Switch to new-style pluggy hook wrappers 2023-07-14 22:47:48 +03:00
timing.py fix mock_timing fixture name (typo) in timing.py 2020-11-23 20:45:12 +00:00
tmpdir.py Use typing.Literal without TYPE_CHECKING checks 2023-07-16 01:11:21 +03:00
unittest.py unittest: hide access to _request 2023-07-16 23:19:33 +03:00
unraisableexception.py Switch to new-style pluggy hook wrappers 2023-07-14 22:47:48 +03:00
warning_types.py Change PytestReturnNotNoneWarning to return a normal warning (#11211) 2023-09-07 15:11:59 +00:00
warnings.py Use typing.Literal without TYPE_CHECKING checks 2023-07-16 01:11:21 +03:00