| .. |
|
_code
|
Fix TerminalRepr instances to be hashable (#6988) (#7006)
|
2020-04-03 10:59:23 +02:00 |
|
_io
|
_pformat_dispatch: pass through args (#6715)
|
2020-02-12 16:07:57 +01:00 |
|
assertion
|
tests: harden test_reprcompare_notin, factor out callop (#6764)
|
2020-03-08 01:23:19 +01:00 |
|
config
|
Simplify some exception handling code
|
2020-03-07 13:18:54 +02:00 |
|
mark
|
Store mark's evalcache in config's store instead of attribute
|
2020-03-06 11:42:20 +02: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
|
cacheprovider: fix typing with Path(py.path.local) (#6774)
|
2020-02-20 13:23:41 +01:00 |
|
capture.py
|
[5.4.x] Fix crash when printing while capsysbinary is active (#7002)
|
2020-04-02 14:31:32 +03:00 |
|
compat.py
|
Type annotate Metafunc
|
2020-02-15 17:13:18 +02:00 |
|
debugging.py
|
Merge master into features
|
2019-11-06 14:22:07 +01:00 |
|
deprecated.py
|
Merge pull request #6986 from RonnyPfannschmidt/fix-6951-tw.writer-writable
|
2020-04-10 08:12:34 +02:00 |
|
doctest.py
|
doctest: strip newlines with unexpected exceptions (#6801)
|
2020-02-24 15:18:08 +01:00 |
|
faulthandler.py
|
Add a typing-compatible mechanism for ad-hoc attributes on various objects
|
2020-02-28 14:34:44 +02:00 |
|
fixtures.py
|
Revert "[parametrize] enforce explicit argnames declaration (#6330)"
|
2020-03-13 09:59:53 -03:00 |
|
freeze_support.py
|
pre-commit run reorder-python-imports --all-files
|
2019-06-03 12:08:01 -03:00 |
|
helpconfig.py
|
Recognize `-V` as a short option for `--version` (#6721)
|
2020-02-13 12:30:22 +01:00 |
|
hookspec.py
|
fix #571: deprecate pytest_collect_directory as ... (#6847)
|
2020-03-03 18:58:14 -03:00 |
|
junitxml.py
|
Add a typing-compatible mechanism for ad-hoc attributes on various objects
|
2020-02-28 14:34:44 +02:00 |
|
logging.py
|
logging: minor typing, rename function
|
2020-03-01 22:02:46 +01:00 |
|
main.py
|
Simplify some exception handling code
|
2020-03-07 13:18:54 +02:00 |
|
monkeypatch.py
|
Fix typo in doc with syspath_prepend
|
2020-02-22 13:15:17 +01:00 |
|
nodes.py
|
Merge pull request #7143 from nicoddemus/file-from-parent
|
2020-05-01 13:08:42 -03:00 |
|
nose.py
|
Remove support code for unittest 2
|
2019-07-11 20:11:06 -03:00 |
|
outcomes.py
|
Use a hack to make typing of pytest.fail.Exception & co work
|
2020-02-18 23:17:27 +02:00 |
|
pastebin.py
|
Add a typing-compatible mechanism for ad-hoc attributes on various objects
|
2020-02-28 14:34:44 +02:00 |
|
pathlib.py
|
Fix order of format args with warning
|
2019-11-07 12:50:04 +01:00 |
|
pytester.py
|
Fix usage of pytester with doctests (#6802)
|
2020-03-04 05:33:50 +01:00 |
|
python.py
|
Merge pull request #6927 from RonnyPfannschmidt/fix-6924-run-async-stdlib-unittests
|
2020-04-10 08:16:58 +02:00 |
|
python_api.py
|
Handle `match` with `pytest.raises()` (#6753)
|
2020-02-22 23:32:55 +01:00 |
|
recwarn.py
|
Fix type of pytest.warns, and fix check_untyped_defs in test_recwarn
|
2020-01-19 19:39:14 +02:00 |
|
reports.py
|
Use attrs with all Repr classes (#6739)
|
2020-03-03 21:53:28 +01:00 |
|
resultlog.py
|
Merge pull request #6910 from nicoddemus/resultlog-logreport
|
2020-03-13 09:30:14 -03:00 |
|
runner.py
|
Simplify some exception handling code
|
2020-03-07 13:18:54 +02:00 |
|
setuponly.py
|
Don't delete FixtureDef.cached_result, set it to None instead
|
2020-02-14 14:18:58 +02:00 |
|
setupplan.py
|
resolve #2049
|
2019-11-17 16:45:42 -06:00 |
|
skipping.py
|
Add a typing-compatible mechanism for ad-hoc attributes on various objects
|
2020-02-28 14:34:44 +02:00 |
|
stepwise.py
|
Fix comment in stepwise (follow up to #5555) [skip ci]
|
2019-07-05 09:57:10 -03:00 |
|
store.py
|
Add setdefault() method to Store
|
2020-03-06 11:42:20 +02:00 |
|
terminal.py
|
Merge pull request #6986 from RonnyPfannschmidt/fix-6951-tw.writer-writable
|
2020-04-10 08:12:34 +02:00 |
|
tmpdir.py
|
Merge pull request #6992 from pytest-dev/revert-6767-tmpdir-cleanup-upstream
|
2020-04-10 08:07:53 +02:00 |
|
unittest.py
|
Add a typing-compatible mechanism for ad-hoc attributes on various objects
|
2020-02-28 14:34:44 +02:00 |
|
warning_types.py
|
Use `TYPE_CHECKING` instead of `False`
|
2020-01-16 16:11:39 +01:00 |
|
warnings.py
|
cacheprovider: use warnings directly
|
2020-02-15 01:36:57 +01:00 |