.. |
_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
|
Drop support for EOL Python 3.6
|
2021-12-30 12:37:18 +02:00 |
config
|
fix mypy 0.930 errors
|
2021-12-30 06:19:29 -08:00 |
mark
|
Fix typos (#9424)
|
2021-12-27 09:23:15 -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
|
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
|
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
|
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
|
doc: add a `hook` crossref type
|
2021-12-12 16:29:30 +02:00 |
monkeypatch.py
|
fix mypy 0.930 errors
|
2021-12-30 06:19:29 -08: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
|
fix mypy 0.930 errors
|
2021-12-30 06:19:29 -08:00 |
py.typed
|
Publish our types
|
2020-07-04 13:18:15 +03:00 |
pytester.py
|
Merge pull request #9442 from hramezani/drop_python_36
|
2021-12-30 12:22:13 +02:00 |
pytester_assertions.py
|
Add a `deselected` parameter to `assert_outcomes()`
|
2021-09-29 07:22:53 -07:00 |
python.py
|
fix mypy 0.930 errors
|
2021-12-30 06:19:29 -08: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 |