pytest2/src/_pytest
Ran Benita 9274fa5610 Merge pull request #9447 from bluetech/code-cut-pathlike
code: accept any `os.PathLike[str]` in `Traceback.cut`
(cherry picked from commit fcef7e49fd)
2021-12-27 15:10:13 +02:00
..
_code Merge pull request #9447 from bluetech/code-cut-pathlike 2021-12-27 15:10:13 +02:00
_io pygments themes are customizable 2021-08-13 19:15:01 +02:00
assertion Fix typos (#9424) 2021-12-27 09:26:25 -03:00
config Fix typos (#9424) 2021-12-27 09:26:25 -03:00
mark Fix typos (#9424) 2021-12-27 09:26:25 -03:00
__init__.py Add pytest.version_tuple 2021-06-14 09:04:14 -03:00
_argcomplete.py fix typo (#8069) 2020-11-24 22:27:34 +01:00
cacheprovider.py Move Cache.makedir to legacypath plugin 2021-10-28 21:51:51 +03:00
capture.py Drop readline workaround introduced in #1281 (#8848) 2021-12-06 19:50:11 +01:00
compat.py Deprecation of `msg=` for both `pytest.skip()` and `pytest.fail()`. (#8950) 2021-11-08 15:31:14 +01:00
debugging.py Use public API for adding config cleanup 2021-10-22 11:03:27 +03:00
deprecated.py Categorize deprecation warnings to `PytestRemovedInXWarning` 2021-11-14 23:57:10 +02:00
doctest.py Rename pathlib hook parameters (#9363) 2021-12-03 13:14:09 +01:00
faulthandler.py Use {node,config}.stash instead of ._store 2021-07-24 17:40:08 +03:00
fixtures.py Move FixtureRequest.fspath to legacypath plugin 2021-10-28 21:51:51 +03:00
freeze_support.py Remove py version printing, traceback filtering, freezing 2021-10-16 12:01:31 +03:00
helpconfig.py Remove py version printing, traceback filtering, freezing 2021-10-16 12:01:31 +03:00
hookspec.py Merge pull request #9401 from bluetech/doc-hooks-ref 2021-12-12 18:05:19 +02:00
junitxml.py Fix typos (#9424) 2021-12-27 09:26:25 -03:00
legacypath.py legacypath: support late-loading of pytester plugin 2021-11-08 21:56:40 +02:00
logging.py Inline PercentStyleMultiline._update_message 2021-11-05 23:08:30 +01:00
main.py Merge pull request #9401 from bluetech/doc-hooks-ref 2021-12-12 18:05:19 +02:00
monkeypatch.py Replace hardcoded links to Github issues with extlinks (#9234) 2021-11-06 11:16:11 +02:00
nodes.py Improve reference and path/fspath docs (#9341) 2021-12-06 11:25:05 +01:00
nose.py nose: fix class- and module-level fixture behavior 2021-11-06 14:45:24 +02:00
outcomes.py Deprecation of `msg=` for both `pytest.skip()` and `pytest.fail()`. (#8950) 2021-11-08 15:31:14 +01:00
pastebin.py Update pastebin URL from bpaste to bpa.st (#9131) 2021-10-06 08:12:48 -03:00
pathlib.py Use correct input arg type for _bestrelpath (#9238) 2021-11-01 17:43:05 +02:00
py.typed Publish our types 2020-07-04 13:18:15 +03:00
pytester.py Fix typos (#9424) 2021-12-27 09:26:25 -03:00
pytester_assertions.py Add a `deselected` parameter to `assert_outcomes()` 2021-09-29 07:22:53 -07:00
python.py Fix typos (#9424) 2021-12-27 09:26:25 -03:00
python_api.py Hide internal stack when using pytest.approx() in bool context (#9394) 2021-12-08 10:54:47 +01:00
pythonpath.py Add a `pythonpath` setting to allow paths to be added to `sys.path`. (#9134) 2021-10-05 09:36:38 +03:00
recwarn.py recwarn: fix was -> were in DID NOT WARN message 2021-10-27 08:36:10 +03:00
reports.py Do not display empty worker info 2021-11-30 18:59:46 +01:00
runner.py runner: add clarifying comments on why runtestprotocol re-inits the FixtureRequest 2021-02-06 20:46:08 +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 Refactor internal scope handling by introducing Scope enum 2021-08-01 06:11:56 -03:00
setupplan.py typing: set disallow_any_generics 2020-08-01 20:39:15 +03:00
skipping.py Use public API for adding config cleanup 2021-10-22 11:03:27 +03:00
stash.py stash: make Stash and StashKey public 2021-07-24 17:40:08 +03:00
stepwise.py #9062 - Allow `--stepwise-skip` to implicitly enable `--stepwise` (#9064) 2021-08-30 19:24:14 +01:00
terminal.py Rename pathlib hook parameters (#9363) 2021-12-03 13:14:09 +01: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 Move tmpdir to legacypath plugin 2021-10-28 21:51:51 +03:00
unittest.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2021-09-27 19:47:18 +00:00
unraisableexception.py Add unraisableexception and threadexception plugins 2020-11-21 21:11:48 +02:00
warning_types.py Categorize deprecation warnings to `PytestRemovedInXWarning` 2021-11-14 23:57:10 +02:00
warnings.py Change PytestRemovedIn7Warning to error by default 2021-11-14 23:57:10 +02:00