| .. |
|
_code
|
code: simplify Code construction
|
2020-10-31 12:40:25 +02:00 |
|
_io
|
py36+: com2ann
|
2020-10-05 18:33:17 -07:00 |
|
assertion
|
Merge pull request #8540 from hauntsaninja/assert310
|
2021-05-04 07:52:27 -07:00 |
|
config
|
Merge pull request #8055 from bluetech/unraisable
|
2020-12-05 21:52:17 +02:00 |
|
mark
|
Deprecate --strict (#7985)
|
2020-11-06 09:48:20 +01: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
|
Export types of builtin fixture for type annotations
|
2020-11-13 11:25:09 +02:00 |
|
faulthandler.py
|
Merge pull request #8250 from daq-tools/fix-twisted-capture
|
2021-01-20 09:47:10 -03:00 |
|
fixtures.py
|
Export types of builtin fixture for type annotations
|
2020-11-13 11:25:09 +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
|
Add `pytest_markeval_namespace` hook.
|
2020-12-12 17:41:37 +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
|
Merge pull request #8022 from bluetech/doctest-init
|
2020-11-13 10:46:46 +02:00 |
|
monkeypatch.py
|
Merge pull request #8006 from bluetech/export-MonkeyPatch
|
2020-11-09 11:45:38 +02:00 |
|
nodes.py
|
permit node to warn with any warning type, not just PytestWarning (#8052)
|
2020-11-21 10:49:17 -03:00 |
|
nose.py
|
Format docstrings in a consistent style
|
2020-08-01 17:14:37 +03:00 |
|
outcomes.py
|
Merge pull request #8152 from bluetech/empty-skip
|
2020-12-17 12:59:01 +02:00 |
|
pastebin.py
|
py36+: com2ann
|
2020-10-05 18:33:17 -07:00 |
|
pathlib.py
|
tmpdir: fix temporary directories created with world-readable permissions
|
2021-04-04 00:00:42 +03:00 |
|
py.typed
|
Publish our types
|
2020-07-04 13:18:15 +03:00 |
|
pytester.py
|
tmpdir: fix temporary directories created with world-readable permissions
|
2021-04-04 00:00:42 +03: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
|
Export types of builtin fixture for type annotations
|
2020-11-13 11:25:09 +02:00 |
|
python_api.py
|
python_api: handle array-like args in approx() (#8137)
|
2020-12-15 08:50:11 -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: combine a sort+reverse to a sort(reverse=True)
|
2020-10-19 00:02:01 +03: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
|
Merge pull request #8152 from bluetech/empty-skip
|
2020-12-17 12:59:01 +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 #8754 from nicoddemus/fix-deprecation-docs
|
2021-06-12 13:45:50 -03: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 |