.. |
_code
|
Have pytest.raises match against exception `__notes__` (#11227)
|
2023-07-18 08:39:39 -03:00 |
_io
|
Drop Python 3.7
|
2023-06-30 14:55:42 -07:00 |
_py
|
Use typing.Literal without TYPE_CHECKING checks
|
2023-07-16 01:11:21 +03:00 |
assertion
|
[pre-commit.ci] pre-commit autoupdate (#11269)
|
2023-08-01 23:52:09 +02:00 |
config
|
config: split _getconftestmodules and _loadconftestmodules
|
2023-08-01 09:46:17 +03:00 |
mark
|
doc: fix a few `pytest.mark.xfail` nits
|
2023-08-12 18:30:58 +03:00 |
__init__.py
|
Add pytest.version_tuple
|
2021-06-14 09:04:14 -03:00 |
_argcomplete.py
|
Use os.sep instead of os.path.sep.
|
2022-12-01 18:16:02 +01:00 |
cacheprovider.py
|
python: change `Package` to no longer be a `Module`/`File`
|
2023-07-28 22:49:24 +03:00 |
capture.py
|
Switch to new-style pluggy hook wrappers
|
2023-07-14 22:47:48 +03:00 |
compat.py
|
fixtures: some code comments and minor improvements
|
2023-07-16 23:19:33 +03:00 |
debugging.py
|
Switch to new-style pluggy hook wrappers
|
2023-07-14 22:47:48 +03:00 |
deprecated.py
|
Apply suggestions from code review
|
2023-06-25 16:08:53 +01:00 |
doctest.py
|
Move _from_module override to pre-existsing DocTestFinder subclass
|
2023-08-19 12:04:59 -06:00 |
faulthandler.py
|
Switch to new-style pluggy hook wrappers
|
2023-07-14 22:47:48 +03:00 |
fixtures.py
|
fixtures: make FixtureRequest abstract, add TopRequest subclass
|
2023-08-12 11:55:08 +03:00 |
freeze_support.py
|
Remove py version printing, traceback filtering, freezing
|
2021-10-16 12:01:31 +03:00 |
helpconfig.py
|
Switch to new-style pluggy hook wrappers
|
2023-07-14 22:47:48 +03:00 |
hookspec.py
|
Use typing.Literal without TYPE_CHECKING checks
|
2023-07-16 01:11:21 +03:00 |
junitxml.py
|
Mitigate directory creation race condition (#10607)
|
2023-01-06 09:12:24 -03:00 |
legacypath.py
|
Update pre-commit config
|
2023-06-30 15:07:07 -07:00 |
logging.py
|
Use typing.Literal without TYPE_CHECKING checks
|
2023-07-16 01:11:21 +03:00 |
main.py
|
config: split _getconftestmodules and _loadconftestmodules
|
2023-08-01 09:46:17 +03:00 |
monkeypatch.py
|
Drop Python 3.7
|
2023-06-30 14:55:42 -07:00 |
nodes.py
|
Merge pull request #11106 from bluetech/docs-ref-collection-objs
|
2023-07-08 15:41:22 -03:00 |
nose.py
|
Add deprecations for tests written for `nose` (#9907)
|
2022-10-09 17:16:33 -03:00 |
outcomes.py
|
doc: fix a few `pytest.mark.xfail` nits
|
2023-08-12 18:30:58 +03:00 |
pastebin.py
|
Document the --code-highlight default (#9883)
|
2022-05-31 16:32:51 -03:00 |
pathlib.py
|
A few more Python>=3.8 simplifications
|
2023-07-10 23:20:11 +03:00 |
py.typed
|
Publish our types
|
2020-07-04 13:18:15 +03:00 |
pytester.py
|
Switch to new-style pluggy hook wrappers
|
2023-07-14 22:47:48 +03:00 |
pytester_assertions.py
|
Make 'warnings' and 'deselected' in assert_outcomes optional (#9475)
|
2022-01-27 12:18:36 +01:00 |
python.py
|
fixtures: make FixtureRequest abstract, add TopRequest subclass
|
2023-08-12 11:55:08 +03:00 |
python_api.py
|
Extend pytest.raises to support Exception having __repr__ method and initialized with kwargs (#11073)
|
2023-07-20 13:29:29 -03:00 |
python_path.py
|
Rename ``pythonpath`` plugin to ``python_path``
|
2022-02-09 10:03:20 +02:00 |
recwarn.py
|
Further tweaks from code review
|
2023-07-04 10:00:29 -07:00 |
reports.py
|
Use typing.Literal without TYPE_CHECKING checks
|
2023-07-16 01:11:21 +03:00 |
runner.py
|
Use typing.Literal without TYPE_CHECKING checks
|
2023-07-16 01:11:21 +03:00 |
scope.py
|
Use typing.Literal without TYPE_CHECKING checks
|
2023-07-16 01:11:21 +03:00 |
setuponly.py
|
Switch to new-style pluggy hook wrappers
|
2023-07-14 22:47:48 +03:00 |
setupplan.py
|
Document the --code-highlight default (#9883)
|
2022-05-31 16:32:51 -03:00 |
skipping.py
|
Switch to new-style pluggy hook wrappers
|
2023-07-14 22:47:48 +03:00 |
stash.py
|
stash: make Stash and StashKey public
|
2021-07-24 17:40:08 +03:00 |
stepwise.py
|
Do not update cache from xdist worker (#10641)
|
2023-01-13 07:14:52 -03:00 |
terminal.py
|
Use typing.Literal without TYPE_CHECKING checks
|
2023-07-16 01:11:21 +03:00 |
threadexception.py
|
Switch to new-style pluggy hook wrappers
|
2023-07-14 22:47:48 +03:00 |
timing.py
|
fix mock_timing fixture name (typo) in timing.py
|
2020-11-23 20:45:12 +00:00 |
tmpdir.py
|
Use typing.Literal without TYPE_CHECKING checks
|
2023-07-16 01:11:21 +03:00 |
unittest.py
|
unittest: hide access to _request
|
2023-07-16 23:19:33 +03:00 |
unraisableexception.py
|
Switch to new-style pluggy hook wrappers
|
2023-07-14 22:47:48 +03:00 |
warning_types.py
|
Drop Python 3.7
|
2023-06-30 14:55:42 -07:00 |
warnings.py
|
Use typing.Literal without TYPE_CHECKING checks
|
2023-07-16 01:11:21 +03:00 |