..
_code
code: convert from py.path to pathlib
2020-12-22 21:08:25 +02:00
_io
py36+: com2ann
2020-10-05 18:33:17 -07:00
assertion
Some py.path.local -> pathlib.Path
2020-12-15 00:29:13 +02:00
config
Convert most of the collection code from py.path to pathlib
2020-12-22 21:09:36 +02:00
mark
mark: export pytest.MarkGenerator for typing purposes
2020-12-20 15:59:20 +02:00
__init__.py
pre-commit run fix-encoding-pragma --all-files
2019-06-03 12:08:01 -03:00
_argcomplete.py
fix typo ( #8069 )
2020-11-24 22:27:34 +01:00
cacheprovider.py
Export types of builtin fixture for type annotations
2020-11-13 11:25:09 +02:00
capture.py
Export types of builtin fixture for type annotations
2020-11-13 11:25:09 +02:00
compat.py
Update mypy 0.782 -> 0.790
2020-10-17 19:25:45 +03:00
debugging.py
py36+: com2ann
2020-10-05 18:33:17 -07:00
deprecated.py
Export types of builtin fixture for type annotations
2020-11-13 11:25:09 +02:00
doctest.py
doctest: use Path instead of py.path where possible
2020-12-19 14:52:40 +02:00
faulthandler.py
Integrate warnings filtering directly into Config ( #7700 )
2020-09-04 11:57:15 -03:00
fixtures.py
Merge pull request #8174 from bluetech/py-to-pathlib-5
2020-12-26 15:01:07 +02:00
freeze_support.py
Format docstrings in a consistent style
2020-08-01 17:14:37 +03:00
helpconfig.py
py36+: com2ann
2020-10-05 18:33:17 -07:00
hookspec.py
hookspec: add pathlib.Path alternatives to py.path.local parameters in hooks
2020-12-15 00:34:23 +02:00
junitxml.py
py36+: com2ann
2020-10-05 18:33:17 -07:00
logging.py
Export types of builtin fixture for type annotations
2020-11-13 11:25:09 +02:00
main.py
Convert most of the collection code from py.path to pathlib
2020-12-22 21:09:36 +02:00
monkeypatch.py
Some py.path.local -> pathlib.Path
2020-12-15 00:29:13 +02:00
nodes.py
nodes: avoid needing to expose NodeKeywords for typing
2020-12-26 19:54:07 +02:00
nose.py
Format docstrings in a consistent style
2020-08-01 17:14:37 +03:00
outcomes.py
terminal: fix "(<Skipped instance>)" skip reason in test status line
2020-12-15 22:24:25 +02:00
pastebin.py
py36+: com2ann
2020-10-05 18:33:17 -07:00
pathlib.py
pathlib: missing type annotation for fnmatch_ex
2020-12-22 21:08:25 +02:00
py.typed
Publish our types
2020-07-04 13:18:15 +03:00
pytester.py
tests: Migrate testing/python to pytester fixture
2020-12-13 07:42:12 -08:00
pytester_assertions.py
pytester: split asserts to a separate plugin, don't rewrite pytester itself
2020-11-13 11:25:09 +02:00
python.py
python: export pytest.Metafunc for typing purposes
2020-12-26 21:05:02 +02:00
python_api.py
python_api: handle array-like args in approx() ( #8137 )
2020-12-15 08:49:29 -03:00
recwarn.py
Merge pull request #8017 from bluetech/typing-public-fixtures
2020-12-05 21:51:20 +02:00
reports.py
py36+: com2ann
2020-10-05 18:33:17 -07:00
runner.py
runner: export pytest.CallInfo for typing purposes
2020-12-26 21:38:37 +02:00
setuponly.py
typing: set disallow_any_generics
2020-08-01 20:39:15 +03:00
setupplan.py
typing: set disallow_any_generics
2020-08-01 20:39:15 +03:00
skipping.py
Add `pytest_markeval_namespace` hook.
2020-12-12 17:41:37 +02:00
stepwise.py
#7938 - [Plugin: Stepwise][Enhancements] Refactoring, smarter registration & --sw-skip functionality ( #7939 )
2020-10-30 19:13:06 +00:00
store.py
py36+: com2ann
2020-10-05 18:33:17 -07:00
terminal.py
terminal: remove unused union arm in WarningReport.fslocation
2020-12-19 13:33:34 +02:00
threadexception.py
Add unraisableexception and threadexception plugins
2020-11-21 21:11:48 +02:00
timing.py
fix mock_timing fixture name (typo) in timing.py
2020-11-23 20:45:12 +00:00
tmpdir.py
Merge pull request #8038 from matthewhughes934/note-tmpdir-lifetime
2020-12-05 21:54:04 +02:00
unittest.py
Call Python 3.8 doClassCleanups ( #8033 )
2020-11-19 12:07:15 +02:00
unraisableexception.py
Add unraisableexception and threadexception plugins
2020-11-21 21:11:48 +02:00
warning_types.py
Add unraisableexception and threadexception plugins
2020-11-21 21:11:48 +02:00
warnings.py
py36+: remove TYPE_CHECKING from _pytest.compat
2020-10-02 15:03:24 -07:00