pytest2/src/_pytest
Ran Benita 0e69c62ece doc: add a `hook` crossref type
Allow writing

    🪝`pytest_cmdline_main`

instead of

    :func:`pytest_cmdline_main <_pytest.hookspec.pytest_cmdline_main>`
2021-12-12 16:29:30 +02:00
..
_code Fixed error message prints function decorators when using assert in Python 3.9 and above. (#9359) 2021-12-07 11:31:03 +02:00
_io pygments themes are customizable 2021-08-13 19:15:01 +02:00
assertion [pre-commit.ci] auto fixes from pre-commit.com hooks 2021-12-06 21:12:33 +00:00
config Remove deprecated `pytest_warning_captured` hook 2021-12-07 22:27:35 +02:00
mark Remove deprecated `-k foobar:` syntax 2021-12-07 22:27:35 +02: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 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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2021-12-06 21:12:33 +00:00
debugging.py Use public API for adding config cleanup 2021-10-22 11:03:27 +03:00
deprecated.py Remove deprecated `pytest.collect` module 2021-12-07 22:27:35 +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 Remove deprecated `_fillfuncargs` function 2021-12-07 22:27:35 +02: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 doc: add a `hook` crossref type 2021-12-12 16:29:30 +02:00
junitxml.py python: remove the `Instance` collector node 2021-11-13 14:03:44 +02: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 doc: add a `hook` crossref type 2021-12-12 16:29:30 +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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2021-12-06 21:12:33 +00:00
py.typed Publish our types 2020-07-04 13:18:15 +03:00
pytester.py Move testdir to legacypath plugin 2021-10-28 21:51:51 +03:00
pytester_assertions.py Add a `deselected` parameter to `assert_outcomes()` 2021-09-29 07:22:53 -07:00
python.py doc: add a `hook` crossref type 2021-12-12 16:29:30 +02:00
python_api.py Hide internal stack when using pytest.approx() in bool context (#9394) 2021-12-08 10:46:44 +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 Make PyCollector an implementation detail - don't use in hook type annotation 2021-12-08 15:20:23 +02:00
unraisableexception.py Add unraisableexception and threadexception plugins 2020-11-21 21:11:48 +02:00
warning_types.py Remove `PytestRemovedIn7Warning` 2021-12-08 15:58:08 +02:00
warnings.py Remove `PytestRemovedIn7Warning` 2021-12-08 15:58:08 +02:00