Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions changelog/12083.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12244.contrib.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12474.contrib.rst

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/13072.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/13330.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13445.bugfix.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/13522.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13537.bugfix.rst

This file was deleted.

7 changes: 0 additions & 7 deletions changelog/13574.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13598.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13621.contrib.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13625.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/13638.contrib.rst

This file was deleted.

28 changes: 0 additions & 28 deletions changelog/1367.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/13678.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13695.contrib.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13700.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13716.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13719.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13722.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13732.improvement.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/13737.feature.rst

This file was deleted.

37 changes: 0 additions & 37 deletions changelog/13743.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/13766.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13771.contrib.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13773.bugfix.rst

This file was deleted.

22 changes: 0 additions & 22 deletions changelog/13779.breaking.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/13791.packaging.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/13807.deprecation.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13816.bugfix.rst

This file was deleted.

18 changes: 0 additions & 18 deletions changelog/13823.feature.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/13823.improvement.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/13829.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13830.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13841.contrib.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/13849.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13859.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13861.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13865.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/478.feature.rst

This file was deleted.

1 change: 1 addition & 0 deletions doc/en/announce/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2


release-9.0.0
release-8.4.2
release-8.4.1
release-8.4.0
Expand Down
69 changes: 69 additions & 0 deletions doc/en/announce/release-9.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
pytest-9.0.0
=======================================

The pytest team is proud to announce the 9.0.0 release!

This release contains new features, improvements, bug fixes, and breaking changes, so users
are encouraged to take a look at the CHANGELOG carefully:

https://docs.pytest.org/en/stable/changelog.html

For complete documentation, please visit:

https://docs.pytest.org/en/stable/

As usual, you can upgrade from PyPI via:

pip install -U pytest

Thanks to all of the contributors to this release:

* AD
* Aditi De
* Ali Nazzal
* Bruno Oliveira
* Charles-Meldhine Madi Mnemoi
* Clément Robert
* CoretexShadow
* Cornelius Roemer
* Eero Vaher
* Florian Bruhin
* Harsha Sai
* Hossein
* Israël Hallé
* Iwithyou2025
* James Addison
* John Litborn
* Jordan Macdonald
* Kieran Ryan
* Liam DeVoe
* Marc Mueller
* Marcos Boger
* Michał Górny
* Mulat Mekonen
* NayeemJohn
* Olivier Grisel
* Omri Golan
* Pierre Sassoulas
* Praise Tompane
* Ran Benita
* Reilly Brogan
* Samuel Gaist
* SarahPythonista
* Sorin Sbarnea
* Stu-ops
* Tanuj Rai
* bengartner
* dariomesic
* jakkdl
* karlicoss
* popododo0720
* sazsu
* slackline
* vyuroshchin
* zapl
* 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)


Happy testing,
The pytest Development Team
11 changes: 7 additions & 4 deletions doc/en/builtin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a
cachedir: .pytest_cache
rootdir: /home/sweet/project
collected 0 items
cache -- .../_pytest/cacheprovider.py:555
cache -- .../_pytest/cacheprovider.py:566
Return a cache object that can persist state between testing sessions.

cache.get(key, default)
Expand Down Expand Up @@ -128,7 +128,7 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a
captured = capfdbinary.readouterr()
assert captured.out == b"hello\n"

doctest_namespace [session scope] -- .../_pytest/doctest.py:740
doctest_namespace [session scope] -- .../_pytest/doctest.py:722
Fixture that returns a :py:class:`dict` that will be injected into the
namespace of doctests.

Expand All @@ -142,7 +142,7 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a

For more details: :ref:`doctest_namespace`.

pytestconfig [session scope] -- .../_pytest/fixtures.py:1425
pytestconfig [session scope] -- .../_pytest/fixtures.py:1431
Session-scoped fixture that returns the session's :class:`pytest.Config`
object.

Expand Down Expand Up @@ -225,7 +225,7 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a
* caplog.record_tuples -> list of (logger_name, level, message) tuples
* caplog.clear() -> clear captured records and formatted log output string

monkeypatch -- .../_pytest/monkeypatch.py:31
monkeypatch -- .../_pytest/monkeypatch.py:33
A convenient fixture for monkey-patching.

The fixture provides these methods to modify objects, dictionaries, or
Expand Down Expand Up @@ -254,6 +254,9 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a

See :ref:`warnings` for information on warning categories.

subtests -- .../_pytest/subtests.py:129
Provides subtests functionality.

tmp_path_factory [session scope] -- .../_pytest/tmpdir.py:240
Return a :class:`pytest.TempPathFactory` instance for the test session.

Expand Down
Loading