pytest2/src/_pytest
Zac Hatfield-Dodds 3a7ead6bcf [7.1.x] fix: move 'import getpass' statement to try-clause 2022-04-21 02:46:24 +00:00
..
_code Merge pull request #9447 from bluetech/code-cut-pathlike 2021-12-27 15:02:20 +02:00
_io pygments themes are customizable 2021-08-13 19:15:01 +02:00
assertion [7.1.x] fix comparison of dataclasses with `InitVar` 2022-04-09 00:48:09 +00:00
config [7.1.x] config: restore pre-pytest 7.1.0 confcutdir exclusion behavior 2022-03-17 16:15:03 +00:00
mark mark/structures: use class-based NamedTuple syntax 2022-02-05 11:52:36 +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 [7.1.x] Increase stacklevel to point at user's code 2022-04-20 16:09:01 +00: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 pytester now requests monkeypatch instead of creating its own instance 2022-03-04 08:58:44 -05: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 [7.1.x] Remove unnecessary numpy import 2022-03-21 01:35:22 +00:00
python_path.py Rename ``pythonpath`` plugin to ``python_path`` 2022-02-09 10:03:20 +02:00
recwarn.py recwarn: fix was -> were in DID NOT WARN message 2021-10-27 08:36:10 +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 [7.1.x] fix: move 'import getpass' statement to try-clause 2022-04-21 02:46:24 +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