pytest2/src/_pytest
pre-commit-ci[bot] 12971a37e1 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-04-20 18:23:04 +00:00
..
_code Enhance errors for exception/warnings matching (#8508) 2022-03-20 23:32:39 -03:00
_io Remove newlines from left/right operands with '-vv' (#9743) 2022-03-19 11:55:39 +00:00
assertion fix comparison of dataclasses with `InitVar` 2022-04-08 19:51:05 -04:00
config Use tomllib on Python 3.11 (#9741) 2022-04-17 21:11:17 +03:00
mark [pre-commit.ci] pre-commit autoupdate (#9769) 2022-03-16 21:34:40 +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 support for EOL Python 3.6 2021-12-30 12:37:18 +02:00
compat.py Move nullcontext import to src._pytest.logging. 2021-12-28 10:11:45 +01:00
debugging.py Use public API for adding config cleanup 2021-10-22 11:03:27 +03:00
deprecated.py Revert "Deprecate raising unittest.SkipTest to skip tests during collection" (#9710) 2022-02-23 15:59:54 +02:00
doctest.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-01-31 22:20:16 +00:00
faulthandler.py Use {node,config}.stash instead of ._store 2021-07-24 17:40:08 +03:00
fixtures.py Merge pull request #9546 from bluetech/fixturedef-attr-doc 2022-02-15 14:52:50 +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 Fix typos (#9424) 2021-12-27 09:23:15 -03:00
legacypath.py Ensure Config.inifile is available during pytest_cmdline_main 2022-01-04 10:03:28 -03:00
logging.py Move nullcontext import to src._pytest.logging. 2021-12-28 10:11:45 +01:00
main.py allow running testids which contain :: in the parametrized portion 2022-02-07 20:19:59 -05:00
monkeypatch.py fix mypy 0.930 errors 2021-12-30 06:19:29 -08:00
nodes.py Increase stacklevel to point at user's code (#9869) 2022-04-20 13:07:10 -03: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 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 fix typo in pytester docs 2022-03-12 14:44:52 -08:00
pytester_assertions.py Make 'warnings' and 'deselected' in assert_outcomes optional (#9475) 2022-01-27 12:18:36 +01:00
python.py python: unify code to generate ID from value 2022-02-12 19:22:37 +02:00
python_api.py Remove unnecessary numpy import (#9798) 2022-03-21 00:01:59 +00:00
python_path.py Rename ``pythonpath`` plugin to ``python_path`` 2022-02-09 10:03:20 +02:00
recwarn.py Enhance errors for exception/warnings matching (#8508) 2022-03-20 23:32:39 -03:00
reports.py Add missing `keywords` type annotations 2022-01-21 14:35:25 +02:00
runner.py Revert "Deprecate raising unittest.SkipTest to skip tests during collection" (#9710) 2022-02-23 15:59:54 +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 Fix count of selected tests on terminal collection summary (#9628) 2022-02-15 11:17:34 +00: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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-04-20 18:23:04 +00:00
unittest.py unittest: restore `UnitTestFunction.obj` to return unbound rather than bound method 2022-02-08 00:46:00 +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 Expand warnings output for ResourceWarning (#9682) 2022-02-15 13:00:50 +00:00