.. |
_code
|
config: improve typing
|
2020-06-22 16:39:14 +03:00 |
_io
|
Fix-6906: Added code-highlight option to disable highlighting optionally
|
2020-06-26 13:24:56 -07:00 |
assertion
|
Fix some type errors around py.path.local
|
2020-06-12 17:34:31 +03:00 |
config
|
Fix-6906: Added code-highlight option to disable highlighting optionally
|
2020-06-26 13:24:56 -07:00 |
mark
|
Merge pull request #7388 from bluetech/mark-evaluate
|
2020-06-21 21:47:56 +03:00 |
__init__.py
|
pre-commit run fix-encoding-pragma --all-files
|
2019-06-03 12:08:01 -03:00 |
_argcomplete.py
|
Add type annotations to _pytest.config.argparsing and corresponding Config code
|
2019-11-20 22:02:27 +02:00 |
cacheprovider.py
|
Fix some type errors around py.path.local
|
2020-06-12 17:34:31 +03:00 |
capture.py
|
hookspec: type annotate pytest_internalerror
|
2020-06-12 17:34:31 +03:00 |
compat.py
|
Introduce --import-mode=importlib (#7246)
|
2020-06-13 11:29:01 -03:00 |
debugging.py
|
Fix exception causes all over the codebase
|
2020-06-19 22:02:24 +03:00 |
deprecated.py
|
fix the unit tests, add the proper deprecation warning, and add in a changelog entry
|
2020-05-27 23:03:07 -04:00 |
doctest.py
|
Introduce --import-mode=importlib (#7246)
|
2020-06-13 11:29:01 -03:00 |
faulthandler.py
|
Type annotate _pytest.debugging (a bit)
|
2020-06-05 11:34:20 +03:00 |
fixtures.py
|
Replace yield_fixture -> fixture in internal code
|
2020-06-25 14:05:46 +03:00 |
freeze_support.py
|
freeze_support: type annotate
|
2020-06-25 15:28:34 +03:00 |
helpconfig.py
|
config: improve typing
|
2020-06-22 16:39:14 +03:00 |
hookspec.py
|
hookspec: remove unused hookspec pytest_doctest_prepare_content()
|
2020-06-25 17:44:56 +03:00 |
junitxml.py
|
Add details to error message for junit (#7390)
|
2020-06-23 13:03:46 -03:00 |
logging.py
|
config: improve typing
|
2020-06-22 16:39:14 +03:00 |
main.py
|
hookspec: improve typing of some remaining hooks
|
2020-06-25 17:33:21 +03:00 |
monkeypatch.py
|
Fix exception causes all over the codebase
|
2020-06-19 22:02:24 +03:00 |
nodes.py
|
nodes: fix string possibly stored in Node.keywords instead of MarkDecorator
|
2020-06-22 16:51:11 +03:00 |
nose.py
|
Type annotate some more hooks & impls
|
2020-06-05 11:34:19 +03:00 |
outcomes.py
|
Import `packaging` package lazily
|
2020-05-22 14:33:29 +03:00 |
pastebin.py
|
Finish deprecation of "slave"
|
2020-06-12 22:49:33 +10:00 |
pathlib.py
|
config: improve typing
|
2020-06-22 16:39:14 +03:00 |
pytester.py
|
config: improve typing
|
2020-06-22 16:39:14 +03:00 |
python.py
|
hookspec: improve typing of some remaining hooks
|
2020-06-25 17:33:21 +03:00 |
python_api.py
|
python_api: type annotate some parts of pytest.approx()
|
2020-06-25 15:15:24 +03:00 |
recwarn.py
|
recwarn: type annotate pytest.deprecated_call
|
2020-06-25 14:40:26 +03:00 |
reports.py
|
hookspec: improve typing of some remaining hooks
|
2020-06-25 17:33:21 +03:00 |
resultlog.py
|
hookspec: type annotate pytest_internalerror
|
2020-06-12 17:34:31 +03:00 |
runner.py
|
runner: don't try to teardown previous items from pytest_runtest_setup
|
2020-06-14 13:48:05 +03:00 |
setuponly.py
|
Type annotate fixtures.py & related
|
2020-06-05 11:34:19 +03:00 |
setupplan.py
|
Type annotate fixtures.py & related
|
2020-06-05 11:34:19 +03:00 |
skipping.py
|
skipping: better links in --markers output
|
2020-06-21 20:15:10 +03:00 |
stepwise.py
|
Type annotate misc functions
|
2020-06-05 11:34:19 +03:00 |
store.py
|
doc: minor fixes for Store
|
2020-04-09 17:08:47 +02:00 |
terminal.py
|
Merge pull request #7418 from bluetech/typing-3
|
2020-06-27 10:54:29 +03:00 |
timing.py
|
Introduce _pytest.timing as a way to control timing during tests
|
2020-05-23 11:50:33 -03:00 |
tmpdir.py
|
config: improve typing
|
2020-06-22 16:39:14 +03:00 |
unittest.py
|
hookspec: improve typing of some remaining hooks
|
2020-06-25 17:33:21 +03:00 |
warning_types.py
|
doc: revisit UnformattedWarning
|
2020-03-05 03:15:14 +01:00 |
warnings.py
|
Fix exception causes all over the codebase
|
2020-06-19 22:02:24 +03:00 |