pytest2/src/_pytest
Alice Purcell c34eaaaa1c Pass importmode to import_path in DoctestModule
This allows doctest to be used with namespace modules
2022-06-29 14:38:59 +01: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 Use PurePath directly instead of os.path.sep in rewrite.py 2022-06-26 21:29:05 -03:00
config fix some typos to ensure pre-commit.ci fixes main 2022-06-22 08:29:02 -07:00
mark Use symbolic NoReturn as a type annotation (#10018) 2022-06-03 07:59:48 -03: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 Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
capture.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
compat.py Use symbolic NoReturn as a type annotation (#10018) 2022-06-03 07:59:48 -03:00
debugging.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -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 Pass importmode to import_path in DoctestModule 2022-06-29 14:38:59 +01:00
faulthandler.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
fixtures.py Added Docstring description for the Path property of the FixtureRequest class. 2022-06-17 11:52:18 -04:00
freeze_support.py Remove py version printing, traceback filtering, freezing 2021-10-16 12:01:31 +03:00
helpconfig.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
hookspec.py doc: add a `hook` crossref type 2021-12-12 16:29:30 +02:00
junitxml.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
legacypath.py Refer to py.path.local instead of LEGACY_PATH constant for better docs 2022-05-17 08:09:21 -03:00
logging.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
main.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03: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 Use symbolic NoReturn as a type annotation (#10018) 2022-06-03 07:59:48 -03:00
pastebin.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -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 Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
pytester_assertions.py Make 'warnings' and 'deselected' in assert_outcomes optional (#9475) 2022-01-27 12:18:36 +01:00
python.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
python_api.py fix some typos to ensure pre-commit.ci fixes main 2022-06-22 08:29:02 -07:00
python_path.py Rename ``pythonpath`` plugin to ``python_path`` 2022-02-09 10:03:20 +02:00
recwarn.py Move documentation contents from reference.rst to docstrings 2022-05-10 20:04:25 +02:00
reports.py Use symbolic NoReturn as a type annotation (#10018) 2022-06-03 07:59:48 -03:00
runner.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
scope.py Deprecation of `msg=` for both `pytest.skip()` and `pytest.fail()`. (#8950) 2021-11-08 15:31:14 +01:00
setuponly.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
setupplan.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
skipping.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
stash.py stash: make Stash and StashKey public 2021-07-24 17:40:08 +03:00
stepwise.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03:00
terminal.py Document the --code-highlight default (#9883) 2022-05-31 16:32:51 -03: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 Do not call tearDown for skipped unittest.TestCases with --pdb 2022-06-27 10:33:37 -03:00
unraisableexception.py Add unraisableexception and threadexception plugins 2020-11-21 21:11:48 +02:00
warning_types.py Warn when test functions return other than None (#9956) 2022-05-25 09:48:02 -03:00
warnings.py Expand warnings output for ResourceWarning (#9682) 2022-02-15 13:00:50 +00:00