pytest2/src/_pytest
Bruno Oliveira 5936a79fdb
Use _pytest.pathlib.safe_exists in get_dirs_from_args (#11407)
Related to #11394
2023-09-07 15:44:47 -03:00
..
_code Have pytest.raises match against exception `__notes__` (#11227) 2023-07-18 08:39:39 -03: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 Merge pull request #11308 from reaganjlee/iter-reporting 2023-08-21 16:27:42 -07:00
config Use _pytest.pathlib.safe_exists in get_dirs_from_args (#11407) 2023-09-07 15:44:47 -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 Merge pull request #11317 from tjsmart/fix-issue-11237 2023-09-07 14:39:02 +02:00
faulthandler.py Switch to new-style pluggy hook wrappers 2023-07-14 22:47:48 +03:00
fixtures.py fixtures: avoid using the mildly expensive `fixturenames` property 2023-09-05 22:15:37 +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 Fix user_properties not saved to XML if fixture errors during teardown 2023-09-03 14:33:54 -03:00
legacypath.py Update pre-commit config 2023-06-30 15:07:07 -07:00
logging.py Fixes for typed pluggy 2023-08-26 22:13:24 +03:00
main.py Fix crash when passing a very long cmdline argument (#11404) 2023-09-07 12:49:25 -03:00
monkeypatch.py Drop Python 3.7 2023-06-30 14:55:42 -07:00
nodes.py Merge pull request #11106 from bluetech/docs-ref-collection-objs 2023-07-08 15:41:22 -03:00
nose.py Add deprecations for tests written for `nose` (#9907) 2022-10-09 17:16:33 -03:00
outcomes.py doc: fix a few `pytest.mark.xfail` nits 2023-08-12 18:30:58 +03:00
pastebin.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
pathlib.py Use _pytest.pathlib.safe_exists in get_dirs_from_args (#11407) 2023-09-07 15:44:47 -03:00
py.typed Publish our types 2020-07-04 13:18:15 +03:00
pytester.py Fixes for typed pluggy 2023-08-26 22:13:24 +03:00
pytester_assertions.py Make 'warnings' and 'deselected' in assert_outcomes optional (#9475) 2022-01-27 12:18:36 +01:00
python.py python: avoid an Any 2023-09-05 22:32:46 +03: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 Further tweaks from code review 2023-07-04 10:00:29 -07: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