Merge branch 'main' into Fix-feed-test-with-only-initialnames-not-whole-closure
This commit is contained in:
commit
f8f34b48d8
|
@ -1,2 +1,2 @@
|
||||||
Added the :func:`iterparents() <_pytest.nodes.Node.iterparents>` helper method on nodes.
|
Added the :func:`iter_parents() <_pytest.nodes.Node.iter_parents>` helper method on nodes.
|
||||||
It is similar to :func:`listchain <_pytest.nodes.Node.listchain>`, but goes from bottom to top, and returns an iterator, not a list.
|
It is similar to :func:`listchain <_pytest.nodes.Node.listchain>`, but goes from bottom to top, and returns an iterator, not a list.
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
:orphan:
|
:orphan:
|
||||||
|
|
||||||
.. sidebar:: Next Open Trainings
|
.. sidebar:: Next Open Trainings and Events
|
||||||
|
|
||||||
- `Professional Testing with Python <https://python-academy.com/courses/python_course_testing.html>`_, via `Python Academy <https://www.python-academy.com/>`_, **March 5th to 7th 2024** (3 day in-depth training), **Leipzig, Germany / Remote**
|
- `Professional Testing with Python <https://python-academy.com/courses/python_course_testing.html>`_, via `Python Academy <https://www.python-academy.com/>`_ (3 day in-depth training):
|
||||||
|
* **June 11th to 13th 2024**, Remote
|
||||||
|
* **March 4th to 6th 2025**, Leipzig, Germany / Remote
|
||||||
|
- `pytest development sprint <https://github.com/pytest-dev/pytest/discussions/11655>`_, June 2024 (`date poll <https://nuudel.digitalcourage.de/2tEsEpRcwMNcAXVO>`_)
|
||||||
|
|
||||||
Also see :doc:`previous talks and blogposts <talks>`.
|
Also see :doc:`previous talks and blogposts <talks>`.
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-android` This fixture provides a configured "driver" for Android Automated Testing, using uiautomator2. Feb 21, 2019 3 - Alpha pytest
|
:pypi:`pytest-android` This fixture provides a configured "driver" for Android Automated Testing, using uiautomator2. Feb 21, 2019 3 - Alpha pytest
|
||||||
:pypi:`pytest-anki` A pytest plugin for testing Anki add-ons Jul 31, 2022 4 - Beta pytest (>=3.5.0)
|
:pypi:`pytest-anki` A pytest plugin for testing Anki add-ons Jul 31, 2022 4 - Beta pytest (>=3.5.0)
|
||||||
:pypi:`pytest-annotate` pytest-annotate: Generate PyAnnotate annotations from your pytest tests. Jun 07, 2022 3 - Alpha pytest (<8.0.0,>=3.2.0)
|
:pypi:`pytest-annotate` pytest-annotate: Generate PyAnnotate annotations from your pytest tests. Jun 07, 2022 3 - Alpha pytest (<8.0.0,>=3.2.0)
|
||||||
:pypi:`pytest-ansible` Plugin for pytest to simplify calling ansible modules from tests or fixtures Oct 11, 2023 5 - Production/Stable pytest <8.0.0,>=6
|
:pypi:`pytest-ansible` Plugin for pytest to simplify calling ansible modules from tests or fixtures Jan 10, 2024 5 - Production/Stable pytest >=6
|
||||||
:pypi:`pytest-ansible-playbook` Pytest fixture which runs given ansible playbook file. Mar 08, 2019 4 - Beta N/A
|
:pypi:`pytest-ansible-playbook` Pytest fixture which runs given ansible playbook file. Mar 08, 2019 4 - Beta N/A
|
||||||
:pypi:`pytest-ansible-playbook-runner` Pytest fixture which runs given ansible playbook file. Dec 02, 2020 4 - Beta pytest (>=3.1.0)
|
:pypi:`pytest-ansible-playbook-runner` Pytest fixture which runs given ansible playbook file. Dec 02, 2020 4 - Beta pytest (>=3.1.0)
|
||||||
:pypi:`pytest-ansible-units` A pytest plugin for running unit tests within an ansible collection Apr 14, 2022 N/A N/A
|
:pypi:`pytest-ansible-units` A pytest plugin for running unit tests within an ansible collection Apr 14, 2022 N/A N/A
|
||||||
|
@ -105,7 +105,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-astropy-header` pytest plugin to add diagnostic information to the header of the test output Sep 06, 2022 3 - Alpha pytest (>=4.6)
|
:pypi:`pytest-astropy-header` pytest plugin to add diagnostic information to the header of the test output Sep 06, 2022 3 - Alpha pytest (>=4.6)
|
||||||
:pypi:`pytest-ast-transformer` May 04, 2019 3 - Alpha pytest
|
:pypi:`pytest-ast-transformer` May 04, 2019 3 - Alpha pytest
|
||||||
:pypi:`pytest-async-generators` Pytest fixtures for async generators Jul 05, 2023 N/A N/A
|
:pypi:`pytest-async-generators` Pytest fixtures for async generators Jul 05, 2023 N/A N/A
|
||||||
:pypi:`pytest-asyncio` Pytest support for asyncio Jan 01, 2024 4 - Beta pytest >=7.0.0
|
:pypi:`pytest-asyncio` Pytest support for asyncio Jan 10, 2024 4 - Beta pytest >=7.0.0
|
||||||
:pypi:`pytest-asyncio-cooperative` Run all your asynchronous tests cooperatively. Nov 30, 2023 N/A N/A
|
:pypi:`pytest-asyncio-cooperative` Run all your asynchronous tests cooperatively. Nov 30, 2023 N/A N/A
|
||||||
:pypi:`pytest-asyncio-network-simulator` pytest-asyncio-network-simulator: Plugin for pytest for simulator the network in tests Jul 31, 2018 3 - Alpha pytest (<3.7.0,>=3.3.2)
|
:pypi:`pytest-asyncio-network-simulator` pytest-asyncio-network-simulator: Plugin for pytest for simulator the network in tests Jul 31, 2018 3 - Alpha pytest (<3.7.0,>=3.3.2)
|
||||||
:pypi:`pytest-async-mongodb` pytest plugin for async MongoDB Oct 18, 2017 5 - Production/Stable pytest (>=2.5.2)
|
:pypi:`pytest-async-mongodb` pytest plugin for async MongoDB Oct 18, 2017 5 - Production/Stable pytest (>=2.5.2)
|
||||||
|
@ -186,11 +186,11 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-caprng` A plugin that replays pRNG state on failure. May 02, 2018 4 - Beta N/A
|
:pypi:`pytest-caprng` A plugin that replays pRNG state on failure. May 02, 2018 4 - Beta N/A
|
||||||
:pypi:`pytest-capture-deprecatedwarnings` pytest plugin to capture all deprecatedwarnings and put them in one file Apr 30, 2019 N/A N/A
|
:pypi:`pytest-capture-deprecatedwarnings` pytest plugin to capture all deprecatedwarnings and put them in one file Apr 30, 2019 N/A N/A
|
||||||
:pypi:`pytest-capture-warnings` pytest plugin to capture all warnings and put them in one file of your choice May 03, 2022 N/A pytest
|
:pypi:`pytest-capture-warnings` pytest plugin to capture all warnings and put them in one file of your choice May 03, 2022 N/A pytest
|
||||||
:pypi:`pytest-cases` Separate test code from test cases in pytest. Nov 10, 2023 5 - Production/Stable N/A
|
:pypi:`pytest-cases` Separate test code from test cases in pytest. Jan 12, 2024 5 - Production/Stable N/A
|
||||||
:pypi:`pytest-cassandra` Cassandra CCM Test Fixtures for pytest Nov 04, 2017 1 - Planning N/A
|
:pypi:`pytest-cassandra` Cassandra CCM Test Fixtures for pytest Nov 04, 2017 1 - Planning N/A
|
||||||
:pypi:`pytest-catchlog` py.test plugin to catch log messages. This is a fork of pytest-capturelog. Jan 24, 2016 4 - Beta pytest (>=2.6)
|
:pypi:`pytest-catchlog` py.test plugin to catch log messages. This is a fork of pytest-capturelog. Jan 24, 2016 4 - Beta pytest (>=2.6)
|
||||||
:pypi:`pytest-catch-server` Pytest plugin with server for catching HTTP requests. Dec 12, 2019 5 - Production/Stable N/A
|
:pypi:`pytest-catch-server` Pytest plugin with server for catching HTTP requests. Dec 12, 2019 5 - Production/Stable N/A
|
||||||
:pypi:`pytest-celery` pytest-celery a shim pytest plugin to enable celery.contrib.pytest Jan 03, 2024 N/A N/A
|
:pypi:`pytest-celery` pytest-celery a shim pytest plugin to enable celery.contrib.pytest Jan 08, 2024 N/A N/A
|
||||||
:pypi:`pytest-chainmaker` pytest plugin for chainmaker Oct 15, 2021 N/A N/A
|
:pypi:`pytest-chainmaker` pytest plugin for chainmaker Oct 15, 2021 N/A N/A
|
||||||
:pypi:`pytest-chalice` A set of py.test fixtures for AWS Chalice Jul 01, 2020 4 - Beta N/A
|
:pypi:`pytest-chalice` A set of py.test fixtures for AWS Chalice Jul 01, 2020 4 - Beta N/A
|
||||||
:pypi:`pytest-change-assert` 修改报错中文为英文 Oct 19, 2022 N/A N/A
|
:pypi:`pytest-change-assert` 修改报错中文为英文 Oct 19, 2022 N/A N/A
|
||||||
|
@ -198,7 +198,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-change-report` turn . into √,turn F into x Sep 14, 2020 N/A pytest
|
:pypi:`pytest-change-report` turn . into √,turn F into x Sep 14, 2020 N/A pytest
|
||||||
:pypi:`pytest-change-xds` turn . into √,turn F into x Apr 16, 2022 N/A pytest
|
:pypi:`pytest-change-xds` turn . into √,turn F into x Apr 16, 2022 N/A pytest
|
||||||
:pypi:`pytest-chdir` A pytest fixture for changing current working directory Jan 28, 2020 N/A pytest (>=5.0.0,<6.0.0)
|
:pypi:`pytest-chdir` A pytest fixture for changing current working directory Jan 28, 2020 N/A pytest (>=5.0.0,<6.0.0)
|
||||||
:pypi:`pytest-check` A pytest plugin that allows multiple failures per test. Dec 31, 2023 N/A pytest
|
:pypi:`pytest-check` A pytest plugin that allows multiple failures per test. Jan 08, 2024 N/A pytest>=7.0.0
|
||||||
:pypi:`pytest-checkdocs` check the README when running tests Jul 30, 2023 5 - Production/Stable pytest (>=6) ; extra == 'testing'
|
:pypi:`pytest-checkdocs` check the README when running tests Jul 30, 2023 5 - Production/Stable pytest (>=6) ; extra == 'testing'
|
||||||
:pypi:`pytest-checkipdb` plugin to check if there are ipdb debugs left Dec 04, 2023 5 - Production/Stable pytest >=2.9.2
|
:pypi:`pytest-checkipdb` plugin to check if there are ipdb debugs left Dec 04, 2023 5 - Production/Stable pytest >=2.9.2
|
||||||
:pypi:`pytest-check-library` check your missing library Jul 17, 2022 N/A N/A
|
:pypi:`pytest-check-library` check your missing library Jul 17, 2022 N/A N/A
|
||||||
|
@ -576,7 +576,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-history` Pytest plugin to keep a history of your pytest runs Nov 20, 2023 N/A pytest (>=7.4.3,<8.0.0)
|
:pypi:`pytest-history` Pytest plugin to keep a history of your pytest runs Nov 20, 2023 N/A pytest (>=7.4.3,<8.0.0)
|
||||||
:pypi:`pytest-home` Home directory fixtures Oct 09, 2023 5 - Production/Stable pytest
|
:pypi:`pytest-home` Home directory fixtures Oct 09, 2023 5 - Production/Stable pytest
|
||||||
:pypi:`pytest-homeassistant` A pytest plugin for use with homeassistant custom components. Aug 12, 2020 4 - Beta N/A
|
:pypi:`pytest-homeassistant` A pytest plugin for use with homeassistant custom components. Aug 12, 2020 4 - Beta N/A
|
||||||
:pypi:`pytest-homeassistant-custom-component` Experimental package to automatically extract test plugins for Home Assistant custom components Dec 15, 2023 3 - Alpha pytest ==7.4.3
|
:pypi:`pytest-homeassistant-custom-component` Experimental package to automatically extract test plugins for Home Assistant custom components Jan 13, 2024 3 - Alpha pytest ==7.4.3
|
||||||
:pypi:`pytest-honey` A simple plugin to use with pytest Jan 07, 2022 4 - Beta pytest (>=3.5.0)
|
:pypi:`pytest-honey` A simple plugin to use with pytest Jan 07, 2022 4 - Beta pytest (>=3.5.0)
|
||||||
:pypi:`pytest-honors` Report on tests that honor constraints, and guard against regressions Mar 06, 2020 4 - Beta N/A
|
:pypi:`pytest-honors` Report on tests that honor constraints, and guard against regressions Mar 06, 2020 4 - Beta N/A
|
||||||
:pypi:`pytest-hot-reloading` Jan 06, 2024 N/A N/A
|
:pypi:`pytest-hot-reloading` Jan 06, 2024 N/A N/A
|
||||||
|
@ -596,7 +596,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-html-thread` pytest plugin for generating HTML reports Dec 29, 2020 5 - Production/Stable N/A
|
:pypi:`pytest-html-thread` pytest plugin for generating HTML reports Dec 29, 2020 5 - Production/Stable N/A
|
||||||
:pypi:`pytest-http` Fixture "http" for http requests Dec 05, 2019 N/A N/A
|
:pypi:`pytest-http` Fixture "http" for http requests Dec 05, 2019 N/A N/A
|
||||||
:pypi:`pytest-httpbin` Easily test your HTTP library against a local copy of httpbin May 08, 2023 5 - Production/Stable pytest ; extra == 'test'
|
:pypi:`pytest-httpbin` Easily test your HTTP library against a local copy of httpbin May 08, 2023 5 - Production/Stable pytest ; extra == 'test'
|
||||||
:pypi:`pytest-httpdbg` A pytest plugin to record HTTP(S) requests with stack trace Dec 09, 2023 3 - Alpha pytest >=7.0.0
|
:pypi:`pytest-httpdbg` A pytest plugin to record HTTP(S) requests with stack trace Jan 10, 2024 3 - Alpha pytest >=7.0.0
|
||||||
:pypi:`pytest-http-mocker` Pytest plugin for http mocking (via https://github.com/vilus/mocker) Oct 20, 2019 N/A N/A
|
:pypi:`pytest-http-mocker` Pytest plugin for http mocking (via https://github.com/vilus/mocker) Oct 20, 2019 N/A N/A
|
||||||
:pypi:`pytest-httpretty` A thin wrapper of HTTPretty for pytest Feb 16, 2014 3 - Alpha N/A
|
:pypi:`pytest-httpretty` A thin wrapper of HTTPretty for pytest Feb 16, 2014 3 - Alpha N/A
|
||||||
:pypi:`pytest-httpserver` pytest-httpserver is a httpserver for pytest May 22, 2023 3 - Alpha N/A
|
:pypi:`pytest-httpserver` pytest-httpserver is a httpserver for pytest May 22, 2023 3 - Alpha N/A
|
||||||
|
@ -730,7 +730,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-markfiltration` UNKNOWN Nov 08, 2011 3 - Alpha N/A
|
:pypi:`pytest-markfiltration` UNKNOWN Nov 08, 2011 3 - Alpha N/A
|
||||||
:pypi:`pytest-mark-no-py3` pytest plugin and bowler codemod to help migrate tests to Python 3 May 17, 2019 N/A pytest
|
:pypi:`pytest-mark-no-py3` pytest plugin and bowler codemod to help migrate tests to Python 3 May 17, 2019 N/A pytest
|
||||||
:pypi:`pytest-marks` UNKNOWN Nov 23, 2012 3 - Alpha N/A
|
:pypi:`pytest-marks` UNKNOWN Nov 23, 2012 3 - Alpha N/A
|
||||||
:pypi:`pytest-matcher` Match test output against patterns stored in files Dec 10, 2021 5 - Production/Stable N/A
|
:pypi:`pytest-matcher` Keep a ChangeLog Jan 11, 2024 5 - Production/Stable pytest
|
||||||
:pypi:`pytest-match-skip` Skip matching marks. Matches partial marks using wildcards. May 15, 2019 4 - Beta pytest (>=4.4.1)
|
:pypi:`pytest-match-skip` Skip matching marks. Matches partial marks using wildcards. May 15, 2019 4 - Beta pytest (>=4.4.1)
|
||||||
:pypi:`pytest-mat-report` this is report Jan 20, 2021 N/A N/A
|
:pypi:`pytest-mat-report` this is report Jan 20, 2021 N/A N/A
|
||||||
:pypi:`pytest-matrix` Provide tools for generating tests from combinations of fixtures. Jun 24, 2020 5 - Production/Stable pytest (>=5.4.3,<6.0.0)
|
:pypi:`pytest-matrix` Provide tools for generating tests from combinations of fixtures. Jun 24, 2020 5 - Production/Stable pytest (>=5.4.3,<6.0.0)
|
||||||
|
@ -810,7 +810,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-nginx-iplweb` nginx fixture for pytest - iplweb temporary fork Mar 01, 2019 5 - Production/Stable N/A
|
:pypi:`pytest-nginx-iplweb` nginx fixture for pytest - iplweb temporary fork Mar 01, 2019 5 - Production/Stable N/A
|
||||||
:pypi:`pytest-ngrok` Jan 20, 2022 3 - Alpha pytest
|
:pypi:`pytest-ngrok` Jan 20, 2022 3 - Alpha pytest
|
||||||
:pypi:`pytest-ngsfixtures` pytest ngs fixtures Sep 06, 2019 2 - Pre-Alpha pytest (>=5.0.0)
|
:pypi:`pytest-ngsfixtures` pytest ngs fixtures Sep 06, 2019 2 - Pre-Alpha pytest (>=5.0.0)
|
||||||
:pypi:`pytest-nhsd-apim` Pytest plugin accessing NHSDigital's APIM proxies Sep 18, 2023 N/A pytest (==6.2.5)
|
:pypi:`pytest-nhsd-apim` Pytest plugin accessing NHSDigital's APIM proxies Jan 11, 2024 N/A pytest (>=6.2.5,<7.0.0)
|
||||||
:pypi:`pytest-nice` A pytest plugin that alerts user of failed test cases with screen notifications May 04, 2019 4 - Beta pytest
|
:pypi:`pytest-nice` A pytest plugin that alerts user of failed test cases with screen notifications May 04, 2019 4 - Beta pytest
|
||||||
:pypi:`pytest-nice-parametrize` A small snippet for nicer PyTest's Parametrize Apr 17, 2021 5 - Production/Stable N/A
|
:pypi:`pytest-nice-parametrize` A small snippet for nicer PyTest's Parametrize Apr 17, 2021 5 - Production/Stable N/A
|
||||||
:pypi:`pytest-nlcov` Pytest plugin to get the coverage of the new lines (based on git diff) only Jul 07, 2021 N/A N/A
|
:pypi:`pytest-nlcov` Pytest plugin to get the coverage of the new lines (based on git diff) only Jul 07, 2021 N/A N/A
|
||||||
|
@ -903,7 +903,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-plone` Pytest plugin to test Plone addons Jan 05, 2023 3 - Alpha pytest
|
:pypi:`pytest-plone` Pytest plugin to test Plone addons Jan 05, 2023 3 - Alpha pytest
|
||||||
:pypi:`pytest-plt` Fixtures for quickly making Matplotlib plots in tests Aug 17, 2020 5 - Production/Stable pytest
|
:pypi:`pytest-plt` Fixtures for quickly making Matplotlib plots in tests Aug 17, 2020 5 - Production/Stable pytest
|
||||||
:pypi:`pytest-plugin-helpers` A plugin to help developing and testing other plugins Nov 23, 2019 4 - Beta pytest (>=3.5.0)
|
:pypi:`pytest-plugin-helpers` A plugin to help developing and testing other plugins Nov 23, 2019 4 - Beta pytest (>=3.5.0)
|
||||||
:pypi:`pytest-plus` PyTest Plus Plugin :: extends pytest functionality Oct 18, 2023 5 - Production/Stable pytest >=7.4.2
|
:pypi:`pytest-plus` PyTest Plus Plugin :: extends pytest functionality Jan 10, 2024 5 - Production/Stable pytest >=7.4.2
|
||||||
:pypi:`pytest-pmisc` Mar 21, 2019 5 - Production/Stable N/A
|
:pypi:`pytest-pmisc` Mar 21, 2019 5 - Production/Stable N/A
|
||||||
:pypi:`pytest-pointers` Pytest plugin to define functions you test with special marks for better navigation and reports Dec 26, 2022 N/A N/A
|
:pypi:`pytest-pointers` Pytest plugin to define functions you test with special marks for better navigation and reports Dec 26, 2022 N/A N/A
|
||||||
:pypi:`pytest-pokie` Pokie plugin for pytest Oct 19, 2023 5 - Production/Stable N/A
|
:pypi:`pytest-pokie` Pokie plugin for pytest Oct 19, 2023 5 - Production/Stable N/A
|
||||||
|
@ -915,7 +915,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-poo-fail` Visualize your failed tests with poo Feb 12, 2015 5 - Production/Stable N/A
|
:pypi:`pytest-poo-fail` Visualize your failed tests with poo Feb 12, 2015 5 - Production/Stable N/A
|
||||||
:pypi:`pytest-pook` Pytest plugin for pook Dec 23, 2023 4 - Beta pytest
|
:pypi:`pytest-pook` Pytest plugin for pook Dec 23, 2023 4 - Beta pytest
|
||||||
:pypi:`pytest-pop` A pytest plugin to help with testing pop projects May 09, 2023 5 - Production/Stable pytest
|
:pypi:`pytest-pop` A pytest plugin to help with testing pop projects May 09, 2023 5 - Production/Stable pytest
|
||||||
:pypi:`pytest-porringer` Oct 03, 2023 N/A pytest>=7.4.0
|
:pypi:`pytest-porringer` Jan 12, 2024 N/A pytest>=7.4.4
|
||||||
:pypi:`pytest-portion` Select a portion of the collected tests Jan 28, 2021 4 - Beta pytest (>=3.5.0)
|
:pypi:`pytest-portion` Select a portion of the collected tests Jan 28, 2021 4 - Beta pytest (>=3.5.0)
|
||||||
:pypi:`pytest-postgres` Run PostgreSQL in Docker container in Pytest. Mar 22, 2020 N/A pytest
|
:pypi:`pytest-postgres` Run PostgreSQL in Docker container in Pytest. Mar 22, 2020 N/A pytest
|
||||||
:pypi:`pytest-postgresql` Postgresql fixtures and fixture factories for Pytest. May 20, 2023 5 - Production/Stable pytest (>=6.2)
|
:pypi:`pytest-postgresql` Postgresql fixtures and fixture factories for Pytest. May 20, 2023 5 - Production/Stable pytest (>=6.2)
|
||||||
|
@ -998,7 +998,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-regex` Select pytest tests with regular expressions May 29, 2023 4 - Beta pytest (>=3.5.0)
|
:pypi:`pytest-regex` Select pytest tests with regular expressions May 29, 2023 4 - Beta pytest (>=3.5.0)
|
||||||
:pypi:`pytest-regex-dependency` Management of Pytest dependencies via regex patterns Jun 12, 2022 N/A pytest
|
:pypi:`pytest-regex-dependency` Management of Pytest dependencies via regex patterns Jun 12, 2022 N/A pytest
|
||||||
:pypi:`pytest-regressions` Easy to use fixtures to write regression tests. Aug 31, 2023 5 - Production/Stable pytest >=6.2.0
|
:pypi:`pytest-regressions` Easy to use fixtures to write regression tests. Aug 31, 2023 5 - Production/Stable pytest >=6.2.0
|
||||||
:pypi:`pytest-regtest` pytest plugin for regression tests Aug 17, 2023 N/A N/A
|
:pypi:`pytest-regtest` "pytest plugin for snapshot regression testing" Jan 06, 2024 N/A pytest>7.2
|
||||||
:pypi:`pytest-relative-order` a pytest plugin that sorts tests using "before" and "after" markers May 17, 2021 4 - Beta N/A
|
:pypi:`pytest-relative-order` a pytest plugin that sorts tests using "before" and "after" markers May 17, 2021 4 - Beta N/A
|
||||||
:pypi:`pytest-relaxed` Relaxed test discovery/organization for pytest May 23, 2023 5 - Production/Stable pytest (>=7)
|
:pypi:`pytest-relaxed` Relaxed test discovery/organization for pytest May 23, 2023 5 - Production/Stable pytest (>=7)
|
||||||
:pypi:`pytest-remfiles` Pytest plugin to create a temporary directory with remote files Jul 01, 2019 5 - Production/Stable N/A
|
:pypi:`pytest-remfiles` Pytest plugin to create a temporary directory with remote files Jul 01, 2019 5 - Production/Stable N/A
|
||||||
|
@ -1007,7 +1007,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-remove-stale-bytecode` py.test plugin to remove stale byte code files. Jul 07, 2023 4 - Beta pytest
|
:pypi:`pytest-remove-stale-bytecode` py.test plugin to remove stale byte code files. Jul 07, 2023 4 - Beta pytest
|
||||||
:pypi:`pytest-reorder` Reorder tests depending on their paths and names. May 31, 2018 4 - Beta pytest
|
:pypi:`pytest-reorder` Reorder tests depending on their paths and names. May 31, 2018 4 - Beta pytest
|
||||||
:pypi:`pytest-repeat` pytest plugin for repeating tests Oct 09, 2023 5 - Production/Stable pytest
|
:pypi:`pytest-repeat` pytest plugin for repeating tests Oct 09, 2023 5 - Production/Stable pytest
|
||||||
:pypi:`pytest-replay` Saves previous test runs and allow re-execute previous pytest runs to reproduce crashes or flaky tests Jun 09, 2021 4 - Beta pytest (>=3.0.0)
|
:pypi:`pytest-replay` Saves previous test runs and allow re-execute previous pytest runs to reproduce crashes or flaky tests Jan 11, 2024 5 - Production/Stable pytest
|
||||||
:pypi:`pytest-repo-health` A pytest plugin to report on repository standards conformance Apr 17, 2023 3 - Alpha pytest
|
:pypi:`pytest-repo-health` A pytest plugin to report on repository standards conformance Apr 17, 2023 3 - Alpha pytest
|
||||||
:pypi:`pytest-report` Creates json report that is compatible with atom.io's linter message format May 11, 2016 4 - Beta N/A
|
:pypi:`pytest-report` Creates json report that is compatible with atom.io's linter message format May 11, 2016 4 - Beta N/A
|
||||||
:pypi:`pytest-reporter` Generate Pytest reports with templates Jul 22, 2021 4 - Beta pytest
|
:pypi:`pytest-reporter` Generate Pytest reports with templates Jul 22, 2021 4 - Beta pytest
|
||||||
|
@ -1031,7 +1031,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-rerunfailures` pytest plugin to re-run tests to eliminate flaky failures Nov 22, 2023 5 - Production/Stable pytest >=7
|
:pypi:`pytest-rerunfailures` pytest plugin to re-run tests to eliminate flaky failures Nov 22, 2023 5 - Production/Stable pytest >=7
|
||||||
:pypi:`pytest-rerunfailures-all-logs` pytest plugin to re-run tests to eliminate flaky failures Mar 07, 2022 5 - Production/Stable N/A
|
:pypi:`pytest-rerunfailures-all-logs` pytest plugin to re-run tests to eliminate flaky failures Mar 07, 2022 5 - Production/Stable N/A
|
||||||
:pypi:`pytest-reserial` Pytest fixture for recording and replaying serial port traffic. Aug 31, 2023 4 - Beta pytest
|
:pypi:`pytest-reserial` Pytest fixture for recording and replaying serial port traffic. Aug 31, 2023 4 - Beta pytest
|
||||||
:pypi:`pytest-resilient-circuits` Resilient Circuits fixtures for PyTest Dec 11, 2023 N/A pytest ~=4.6 ; python_version == "2.7"
|
:pypi:`pytest-resilient-circuits` Resilient Circuits fixtures for PyTest Jan 10, 2024 N/A pytest ~=4.6 ; python_version == "2.7"
|
||||||
:pypi:`pytest-resource` Load resource fixture plugin to use with pytest Nov 14, 2018 4 - Beta N/A
|
:pypi:`pytest-resource` Load resource fixture plugin to use with pytest Nov 14, 2018 4 - Beta N/A
|
||||||
:pypi:`pytest-resource-path` Provides path for uniform access to test resources in isolated directory May 01, 2021 5 - Production/Stable pytest (>=3.5.0)
|
:pypi:`pytest-resource-path` Provides path for uniform access to test resources in isolated directory May 01, 2021 5 - Production/Stable pytest (>=3.5.0)
|
||||||
:pypi:`pytest-resource-usage` Pytest plugin for reporting running time and peak memory usage Nov 06, 2022 5 - Production/Stable pytest>=7.0.0
|
:pypi:`pytest-resource-usage` Pytest plugin for reporting running time and peak memory usage Nov 06, 2022 5 - Production/Stable pytest>=7.0.0
|
||||||
|
@ -1039,7 +1039,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-responses` py.test integration for responses Oct 11, 2022 N/A pytest (>=2.5)
|
:pypi:`pytest-responses` py.test integration for responses Oct 11, 2022 N/A pytest (>=2.5)
|
||||||
:pypi:`pytest-rest-api` Aug 08, 2022 N/A pytest (>=7.1.2,<8.0.0)
|
:pypi:`pytest-rest-api` Aug 08, 2022 N/A pytest (>=7.1.2,<8.0.0)
|
||||||
:pypi:`pytest-restrict` Pytest plugin to restrict the test types allowed Jul 10, 2023 5 - Production/Stable pytest
|
:pypi:`pytest-restrict` Pytest plugin to restrict the test types allowed Jul 10, 2023 5 - Production/Stable pytest
|
||||||
:pypi:`pytest-result-log` A pytest plugin that records the start, end, and result information of each use case in a log file Oct 15, 2023 N/A pytest>=7.2.0
|
:pypi:`pytest-result-log` A pytest plugin that records the start, end, and result information of each use case in a log file Jan 10, 2024 N/A pytest>=7.2.0
|
||||||
:pypi:`pytest-result-sender` Apr 20, 2023 N/A pytest>=7.3.1
|
:pypi:`pytest-result-sender` Apr 20, 2023 N/A pytest>=7.3.1
|
||||||
:pypi:`pytest-resume` A Pytest plugin to resuming from the last run test Apr 22, 2023 4 - Beta pytest (>=7.0)
|
:pypi:`pytest-resume` A Pytest plugin to resuming from the last run test Apr 22, 2023 4 - Beta pytest (>=7.0)
|
||||||
:pypi:`pytest-rethinkdb` A RethinkDB plugin for pytest. Jul 24, 2016 4 - Beta N/A
|
:pypi:`pytest-rethinkdb` A RethinkDB plugin for pytest. Jul 24, 2016 4 - Beta N/A
|
||||||
|
@ -1141,7 +1141,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-soft-assertions` May 05, 2020 3 - Alpha pytest
|
:pypi:`pytest-soft-assertions` May 05, 2020 3 - Alpha pytest
|
||||||
:pypi:`pytest-solidity` A PyTest library plugin for Solidity language. Jan 15, 2022 1 - Planning pytest (<7,>=6.0.1) ; extra == 'tests'
|
:pypi:`pytest-solidity` A PyTest library plugin for Solidity language. Jan 15, 2022 1 - Planning pytest (<7,>=6.0.1) ; extra == 'tests'
|
||||||
:pypi:`pytest-solr` Solr process and client fixtures for py.test. May 11, 2020 3 - Alpha pytest (>=3.0.0)
|
:pypi:`pytest-solr` Solr process and client fixtures for py.test. May 11, 2020 3 - Alpha pytest (>=3.0.0)
|
||||||
:pypi:`pytest-sort` Tools for sorting test cases Dec 22, 2023 N/A pytest >=7.4.0
|
:pypi:`pytest-sort` Tools for sorting test cases Jan 07, 2024 N/A pytest >=7.4.0
|
||||||
:pypi:`pytest-sorter` A simple plugin to first execute tests that historically failed more Apr 20, 2021 4 - Beta pytest (>=3.1.1)
|
:pypi:`pytest-sorter` A simple plugin to first execute tests that historically failed more Apr 20, 2021 4 - Beta pytest (>=3.1.1)
|
||||||
:pypi:`pytest-sosu` Unofficial PyTest plugin for Sauce Labs Aug 04, 2023 2 - Pre-Alpha pytest
|
:pypi:`pytest-sosu` Unofficial PyTest plugin for Sauce Labs Aug 04, 2023 2 - Pre-Alpha pytest
|
||||||
:pypi:`pytest-sourceorder` Test-ordering plugin for pytest Sep 01, 2021 4 - Beta pytest
|
:pypi:`pytest-sourceorder` Test-ordering plugin for pytest Sep 01, 2021 4 - Beta pytest
|
||||||
|
@ -1159,7 +1159,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-splitio` Split.io SDK integration for e2e tests Sep 22, 2020 N/A pytest (<7,>=5.0)
|
:pypi:`pytest-splitio` Split.io SDK integration for e2e tests Sep 22, 2020 N/A pytest (<7,>=5.0)
|
||||||
:pypi:`pytest-split-tests` A Pytest plugin for running a subset of your tests by splitting them in to equally sized groups. Forked from Mark Adams' original project pytest-test-groups. Jul 30, 2021 5 - Production/Stable pytest (>=2.5)
|
:pypi:`pytest-split-tests` A Pytest plugin for running a subset of your tests by splitting them in to equally sized groups. Forked from Mark Adams' original project pytest-test-groups. Jul 30, 2021 5 - Production/Stable pytest (>=2.5)
|
||||||
:pypi:`pytest-split-tests-tresorit` Feb 22, 2021 1 - Planning N/A
|
:pypi:`pytest-split-tests-tresorit` Feb 22, 2021 1 - Planning N/A
|
||||||
:pypi:`pytest-splunk-addon` A Dynamic test tool for Splunk Apps and Add-ons Dec 21, 2023 N/A pytest (>5.4.0,<8)
|
:pypi:`pytest-splunk-addon` A Dynamic test tool for Splunk Apps and Add-ons Jan 12, 2024 N/A pytest (>5.4.0,<8)
|
||||||
:pypi:`pytest-splunk-addon-ui-smartx` Library to support testing Splunk Add-on UX Dec 01, 2023 N/A N/A
|
:pypi:`pytest-splunk-addon-ui-smartx` Library to support testing Splunk Add-on UX Dec 01, 2023 N/A N/A
|
||||||
:pypi:`pytest-splunk-env` pytest fixtures for interaction with Splunk Enterprise and Splunk Cloud Oct 22, 2020 N/A pytest (>=6.1.1,<7.0.0)
|
:pypi:`pytest-splunk-env` pytest fixtures for interaction with Splunk Enterprise and Splunk Cloud Oct 22, 2020 N/A pytest (>=6.1.1,<7.0.0)
|
||||||
:pypi:`pytest-sqitch` sqitch for pytest Apr 06, 2020 4 - Beta N/A
|
:pypi:`pytest-sqitch` sqitch for pytest Apr 06, 2020 4 - Beta N/A
|
||||||
|
@ -1197,7 +1197,7 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-supercov` Pytest plugin for measuring explicit test-file to source-file coverage Jul 02, 2023 N/A N/A
|
:pypi:`pytest-supercov` Pytest plugin for measuring explicit test-file to source-file coverage Jul 02, 2023 N/A N/A
|
||||||
:pypi:`pytest-svn` SVN repository fixture for py.test May 28, 2019 5 - Production/Stable pytest
|
:pypi:`pytest-svn` SVN repository fixture for py.test May 28, 2019 5 - Production/Stable pytest
|
||||||
:pypi:`pytest-symbols` pytest-symbols is a pytest plugin that adds support for passing test environment symbols into pytest tests. Nov 20, 2017 3 - Alpha N/A
|
:pypi:`pytest-symbols` pytest-symbols is a pytest plugin that adds support for passing test environment symbols into pytest tests. Nov 20, 2017 3 - Alpha N/A
|
||||||
:pypi:`pytest-synodic` Synodic Pytest utilities Aug 26, 2023 N/A pytest>=7.4.0
|
:pypi:`pytest-synodic` Synodic Pytest utilities Jan 12, 2024 N/A pytest>=7.4.4
|
||||||
:pypi:`pytest-system-statistics` Pytest plugin to track and report system usage statistics Feb 16, 2022 5 - Production/Stable pytest (>=6.0.0)
|
:pypi:`pytest-system-statistics` Pytest plugin to track and report system usage statistics Feb 16, 2022 5 - Production/Stable pytest (>=6.0.0)
|
||||||
:pypi:`pytest-system-test-plugin` Pyst - Pytest System-Test Plugin Feb 03, 2022 N/A N/A
|
:pypi:`pytest-system-test-plugin` Pyst - Pytest System-Test Plugin Feb 03, 2022 N/A N/A
|
||||||
:pypi:`pytest-tagging` a pytest plugin to tag tests Apr 01, 2023 N/A pytest (>=7.1.3,<8.0.0)
|
:pypi:`pytest-tagging` a pytest plugin to tag tests Apr 01, 2023 N/A pytest (>=7.1.3,<8.0.0)
|
||||||
|
@ -1385,11 +1385,11 @@ This list contains 1359 plugins.
|
||||||
:pypi:`pytest-yapf` Run yapf Jul 06, 2017 4 - Beta pytest (>=3.1.1)
|
:pypi:`pytest-yapf` Run yapf Jul 06, 2017 4 - Beta pytest (>=3.1.1)
|
||||||
:pypi:`pytest-yapf3` Validate your Python file format with yapf Mar 29, 2023 5 - Production/Stable pytest (>=7)
|
:pypi:`pytest-yapf3` Validate your Python file format with yapf Mar 29, 2023 5 - Production/Stable pytest (>=7)
|
||||||
:pypi:`pytest-yield` PyTest plugin to run tests concurrently, each \`yield\` switch context to other one Jan 23, 2019 N/A N/A
|
:pypi:`pytest-yield` PyTest plugin to run tests concurrently, each \`yield\` switch context to other one Jan 23, 2019 N/A N/A
|
||||||
:pypi:`pytest-yls` Pytest plugin to test the YLS as a whole. Nov 03, 2023 N/A pytest (>=7.2.2,<8.0.0)
|
:pypi:`pytest-yls` Pytest plugin to test the YLS as a whole. Jan 11, 2024 N/A pytest (>=7.2.2,<8.0.0)
|
||||||
:pypi:`pytest-yuk` Display tests you are uneasy with, using 🤢/🤮 for pass/fail of tests marked with yuk. Mar 26, 2021 N/A pytest>=5.0.0
|
:pypi:`pytest-yuk` Display tests you are uneasy with, using 🤢/🤮 for pass/fail of tests marked with yuk. Mar 26, 2021 N/A pytest>=5.0.0
|
||||||
:pypi:`pytest-zafira` A Zafira plugin for pytest Sep 18, 2019 5 - Production/Stable pytest (==4.1.1)
|
:pypi:`pytest-zafira` A Zafira plugin for pytest Sep 18, 2019 5 - Production/Stable pytest (==4.1.1)
|
||||||
:pypi:`pytest-zap` OWASP ZAP plugin for py.test. May 12, 2014 4 - Beta N/A
|
:pypi:`pytest-zap` OWASP ZAP plugin for py.test. May 12, 2014 4 - Beta N/A
|
||||||
:pypi:`pytest-zebrunner` Pytest connector for Zebrunner reporting Oct 27, 2023 5 - Production/Stable pytest (>=4.5.0)
|
:pypi:`pytest-zebrunner` Pytest connector for Zebrunner reporting Jan 08, 2024 5 - Production/Stable pytest (>=4.5.0)
|
||||||
:pypi:`pytest-zest` Zesty additions to pytest. Nov 17, 2022 N/A N/A
|
:pypi:`pytest-zest` Zesty additions to pytest. Nov 17, 2022 N/A N/A
|
||||||
:pypi:`pytest-zigzag` Extend py.test for RPC OpenStack testing. Feb 27, 2019 4 - Beta pytest (~=3.6)
|
:pypi:`pytest-zigzag` Extend py.test for RPC OpenStack testing. Feb 27, 2019 4 - Beta pytest (~=3.6)
|
||||||
:pypi:`pytest-zulip` Pytest report plugin for Zulip May 07, 2022 5 - Production/Stable pytest
|
:pypi:`pytest-zulip` Pytest report plugin for Zulip May 07, 2022 5 - Production/Stable pytest
|
||||||
|
@ -1658,9 +1658,9 @@ This list contains 1359 plugins.
|
||||||
pytest-annotate: Generate PyAnnotate annotations from your pytest tests.
|
pytest-annotate: Generate PyAnnotate annotations from your pytest tests.
|
||||||
|
|
||||||
:pypi:`pytest-ansible`
|
:pypi:`pytest-ansible`
|
||||||
*last release*: Oct 11, 2023,
|
*last release*: Jan 10, 2024,
|
||||||
*status*: 5 - Production/Stable,
|
*status*: 5 - Production/Stable,
|
||||||
*requires*: pytest <8.0.0,>=6
|
*requires*: pytest >=6
|
||||||
|
|
||||||
Plugin for pytest to simplify calling ansible modules from tests or fixtures
|
Plugin for pytest to simplify calling ansible modules from tests or fixtures
|
||||||
|
|
||||||
|
@ -1896,7 +1896,7 @@ This list contains 1359 plugins.
|
||||||
Pytest fixtures for async generators
|
Pytest fixtures for async generators
|
||||||
|
|
||||||
:pypi:`pytest-asyncio`
|
:pypi:`pytest-asyncio`
|
||||||
*last release*: Jan 01, 2024,
|
*last release*: Jan 10, 2024,
|
||||||
*status*: 4 - Beta,
|
*status*: 4 - Beta,
|
||||||
*requires*: pytest >=7.0.0
|
*requires*: pytest >=7.0.0
|
||||||
|
|
||||||
|
@ -2463,7 +2463,7 @@ This list contains 1359 plugins.
|
||||||
pytest plugin to capture all warnings and put them in one file of your choice
|
pytest plugin to capture all warnings and put them in one file of your choice
|
||||||
|
|
||||||
:pypi:`pytest-cases`
|
:pypi:`pytest-cases`
|
||||||
*last release*: Nov 10, 2023,
|
*last release*: Jan 12, 2024,
|
||||||
*status*: 5 - Production/Stable,
|
*status*: 5 - Production/Stable,
|
||||||
*requires*: N/A
|
*requires*: N/A
|
||||||
|
|
||||||
|
@ -2491,7 +2491,7 @@ This list contains 1359 plugins.
|
||||||
Pytest plugin with server for catching HTTP requests.
|
Pytest plugin with server for catching HTTP requests.
|
||||||
|
|
||||||
:pypi:`pytest-celery`
|
:pypi:`pytest-celery`
|
||||||
*last release*: Jan 03, 2024,
|
*last release*: Jan 08, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: N/A
|
*requires*: N/A
|
||||||
|
|
||||||
|
@ -2547,9 +2547,9 @@ This list contains 1359 plugins.
|
||||||
A pytest fixture for changing current working directory
|
A pytest fixture for changing current working directory
|
||||||
|
|
||||||
:pypi:`pytest-check`
|
:pypi:`pytest-check`
|
||||||
*last release*: Dec 31, 2023,
|
*last release*: Jan 08, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: pytest
|
*requires*: pytest>=7.0.0
|
||||||
|
|
||||||
A pytest plugin that allows multiple failures per test.
|
A pytest plugin that allows multiple failures per test.
|
||||||
|
|
||||||
|
@ -5193,7 +5193,7 @@ This list contains 1359 plugins.
|
||||||
A pytest plugin for use with homeassistant custom components.
|
A pytest plugin for use with homeassistant custom components.
|
||||||
|
|
||||||
:pypi:`pytest-homeassistant-custom-component`
|
:pypi:`pytest-homeassistant-custom-component`
|
||||||
*last release*: Dec 15, 2023,
|
*last release*: Jan 13, 2024,
|
||||||
*status*: 3 - Alpha,
|
*status*: 3 - Alpha,
|
||||||
*requires*: pytest ==7.4.3
|
*requires*: pytest ==7.4.3
|
||||||
|
|
||||||
|
@ -5333,7 +5333,7 @@ This list contains 1359 plugins.
|
||||||
Easily test your HTTP library against a local copy of httpbin
|
Easily test your HTTP library against a local copy of httpbin
|
||||||
|
|
||||||
:pypi:`pytest-httpdbg`
|
:pypi:`pytest-httpdbg`
|
||||||
*last release*: Dec 09, 2023,
|
*last release*: Jan 10, 2024,
|
||||||
*status*: 3 - Alpha,
|
*status*: 3 - Alpha,
|
||||||
*requires*: pytest >=7.0.0
|
*requires*: pytest >=7.0.0
|
||||||
|
|
||||||
|
@ -6271,11 +6271,11 @@ This list contains 1359 plugins.
|
||||||
UNKNOWN
|
UNKNOWN
|
||||||
|
|
||||||
:pypi:`pytest-matcher`
|
:pypi:`pytest-matcher`
|
||||||
*last release*: Dec 10, 2021,
|
*last release*: Jan 11, 2024,
|
||||||
*status*: 5 - Production/Stable,
|
*status*: 5 - Production/Stable,
|
||||||
*requires*: N/A
|
*requires*: pytest
|
||||||
|
|
||||||
Match test output against patterns stored in files
|
Keep a ChangeLog
|
||||||
|
|
||||||
:pypi:`pytest-match-skip`
|
:pypi:`pytest-match-skip`
|
||||||
*last release*: May 15, 2019,
|
*last release*: May 15, 2019,
|
||||||
|
@ -6831,9 +6831,9 @@ This list contains 1359 plugins.
|
||||||
pytest ngs fixtures
|
pytest ngs fixtures
|
||||||
|
|
||||||
:pypi:`pytest-nhsd-apim`
|
:pypi:`pytest-nhsd-apim`
|
||||||
*last release*: Sep 18, 2023,
|
*last release*: Jan 11, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: pytest (==6.2.5)
|
*requires*: pytest (>=6.2.5,<7.0.0)
|
||||||
|
|
||||||
Pytest plugin accessing NHSDigital's APIM proxies
|
Pytest plugin accessing NHSDigital's APIM proxies
|
||||||
|
|
||||||
|
@ -7482,7 +7482,7 @@ This list contains 1359 plugins.
|
||||||
A plugin to help developing and testing other plugins
|
A plugin to help developing and testing other plugins
|
||||||
|
|
||||||
:pypi:`pytest-plus`
|
:pypi:`pytest-plus`
|
||||||
*last release*: Oct 18, 2023,
|
*last release*: Jan 10, 2024,
|
||||||
*status*: 5 - Production/Stable,
|
*status*: 5 - Production/Stable,
|
||||||
*requires*: pytest >=7.4.2
|
*requires*: pytest >=7.4.2
|
||||||
|
|
||||||
|
@ -7566,9 +7566,9 @@ This list contains 1359 plugins.
|
||||||
A pytest plugin to help with testing pop projects
|
A pytest plugin to help with testing pop projects
|
||||||
|
|
||||||
:pypi:`pytest-porringer`
|
:pypi:`pytest-porringer`
|
||||||
*last release*: Oct 03, 2023,
|
*last release*: Jan 12, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: pytest>=7.4.0
|
*requires*: pytest>=7.4.4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8147,11 +8147,11 @@ This list contains 1359 plugins.
|
||||||
Easy to use fixtures to write regression tests.
|
Easy to use fixtures to write regression tests.
|
||||||
|
|
||||||
:pypi:`pytest-regtest`
|
:pypi:`pytest-regtest`
|
||||||
*last release*: Aug 17, 2023,
|
*last release*: Jan 06, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: N/A
|
*requires*: pytest>7.2
|
||||||
|
|
||||||
pytest plugin for regression tests
|
"pytest plugin for snapshot regression testing"
|
||||||
|
|
||||||
:pypi:`pytest-relative-order`
|
:pypi:`pytest-relative-order`
|
||||||
*last release*: May 17, 2021,
|
*last release*: May 17, 2021,
|
||||||
|
@ -8210,9 +8210,9 @@ This list contains 1359 plugins.
|
||||||
pytest plugin for repeating tests
|
pytest plugin for repeating tests
|
||||||
|
|
||||||
:pypi:`pytest-replay`
|
:pypi:`pytest-replay`
|
||||||
*last release*: Jun 09, 2021,
|
*last release*: Jan 11, 2024,
|
||||||
*status*: 4 - Beta,
|
*status*: 5 - Production/Stable,
|
||||||
*requires*: pytest (>=3.0.0)
|
*requires*: pytest
|
||||||
|
|
||||||
Saves previous test runs and allow re-execute previous pytest runs to reproduce crashes or flaky tests
|
Saves previous test runs and allow re-execute previous pytest runs to reproduce crashes or flaky tests
|
||||||
|
|
||||||
|
@ -8378,7 +8378,7 @@ This list contains 1359 plugins.
|
||||||
Pytest fixture for recording and replaying serial port traffic.
|
Pytest fixture for recording and replaying serial port traffic.
|
||||||
|
|
||||||
:pypi:`pytest-resilient-circuits`
|
:pypi:`pytest-resilient-circuits`
|
||||||
*last release*: Dec 11, 2023,
|
*last release*: Jan 10, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: pytest ~=4.6 ; python_version == "2.7"
|
*requires*: pytest ~=4.6 ; python_version == "2.7"
|
||||||
|
|
||||||
|
@ -8434,7 +8434,7 @@ This list contains 1359 plugins.
|
||||||
Pytest plugin to restrict the test types allowed
|
Pytest plugin to restrict the test types allowed
|
||||||
|
|
||||||
:pypi:`pytest-result-log`
|
:pypi:`pytest-result-log`
|
||||||
*last release*: Oct 15, 2023,
|
*last release*: Jan 10, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: pytest>=7.2.0
|
*requires*: pytest>=7.2.0
|
||||||
|
|
||||||
|
@ -9148,7 +9148,7 @@ This list contains 1359 plugins.
|
||||||
Solr process and client fixtures for py.test.
|
Solr process and client fixtures for py.test.
|
||||||
|
|
||||||
:pypi:`pytest-sort`
|
:pypi:`pytest-sort`
|
||||||
*last release*: Dec 22, 2023,
|
*last release*: Jan 07, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: pytest >=7.4.0
|
*requires*: pytest >=7.4.0
|
||||||
|
|
||||||
|
@ -9274,7 +9274,7 @@ This list contains 1359 plugins.
|
||||||
|
|
||||||
|
|
||||||
:pypi:`pytest-splunk-addon`
|
:pypi:`pytest-splunk-addon`
|
||||||
*last release*: Dec 21, 2023,
|
*last release*: Jan 12, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: pytest (>5.4.0,<8)
|
*requires*: pytest (>5.4.0,<8)
|
||||||
|
|
||||||
|
@ -9540,9 +9540,9 @@ This list contains 1359 plugins.
|
||||||
pytest-symbols is a pytest plugin that adds support for passing test environment symbols into pytest tests.
|
pytest-symbols is a pytest plugin that adds support for passing test environment symbols into pytest tests.
|
||||||
|
|
||||||
:pypi:`pytest-synodic`
|
:pypi:`pytest-synodic`
|
||||||
*last release*: Aug 26, 2023,
|
*last release*: Jan 12, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: pytest>=7.4.0
|
*requires*: pytest>=7.4.4
|
||||||
|
|
||||||
Synodic Pytest utilities
|
Synodic Pytest utilities
|
||||||
|
|
||||||
|
@ -10856,7 +10856,7 @@ This list contains 1359 plugins.
|
||||||
PyTest plugin to run tests concurrently, each \`yield\` switch context to other one
|
PyTest plugin to run tests concurrently, each \`yield\` switch context to other one
|
||||||
|
|
||||||
:pypi:`pytest-yls`
|
:pypi:`pytest-yls`
|
||||||
*last release*: Nov 03, 2023,
|
*last release*: Jan 11, 2024,
|
||||||
*status*: N/A,
|
*status*: N/A,
|
||||||
*requires*: pytest (>=7.2.2,<8.0.0)
|
*requires*: pytest (>=7.2.2,<8.0.0)
|
||||||
|
|
||||||
|
@ -10884,7 +10884,7 @@ This list contains 1359 plugins.
|
||||||
OWASP ZAP plugin for py.test.
|
OWASP ZAP plugin for py.test.
|
||||||
|
|
||||||
:pypi:`pytest-zebrunner`
|
:pypi:`pytest-zebrunner`
|
||||||
*last release*: Oct 27, 2023,
|
*last release*: Jan 08, 2024,
|
||||||
*status*: 5 - Production/Stable,
|
*status*: 5 - Production/Stable,
|
||||||
*requires*: pytest (>=4.5.0)
|
*requires*: pytest (>=4.5.0)
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@ from functools import lru_cache
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from textwrap import dedent
|
from textwrap import dedent
|
||||||
from types import FunctionType
|
from types import FunctionType
|
||||||
from types import TracebackType
|
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from typing import Callable
|
from typing import Callable
|
||||||
from typing import cast
|
from typing import cast
|
||||||
|
@ -112,16 +111,14 @@ class ConftestImportFailure(Exception):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
path: Path,
|
path: Path,
|
||||||
excinfo: Tuple[Type[Exception], Exception, TracebackType],
|
*,
|
||||||
|
cause: Exception,
|
||||||
) -> None:
|
) -> None:
|
||||||
super().__init__(path, excinfo)
|
|
||||||
self.path = path
|
self.path = path
|
||||||
self.excinfo = excinfo
|
self.cause = cause
|
||||||
|
|
||||||
def __str__(self) -> str:
|
def __str__(self) -> str:
|
||||||
return "{}: {} (from {})".format(
|
return f"{type(self.cause).__name__}: {self.cause} (from {self.path})"
|
||||||
self.excinfo[0].__name__, self.excinfo[1], self.path
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def filter_traceback_for_conftest_import_failure(
|
def filter_traceback_for_conftest_import_failure(
|
||||||
|
@ -152,7 +149,7 @@ def main(
|
||||||
try:
|
try:
|
||||||
config = _prepareconfig(args, plugins)
|
config = _prepareconfig(args, plugins)
|
||||||
except ConftestImportFailure as e:
|
except ConftestImportFailure as e:
|
||||||
exc_info = ExceptionInfo.from_exc_info(e.excinfo)
|
exc_info = ExceptionInfo.from_exception(e.cause)
|
||||||
tw = TerminalWriter(sys.stderr)
|
tw = TerminalWriter(sys.stderr)
|
||||||
tw.line(f"ImportError while loading conftest '{e.path}'.", red=True)
|
tw.line(f"ImportError while loading conftest '{e.path}'.", red=True)
|
||||||
exc_info.traceback = exc_info.traceback.filter(
|
exc_info.traceback = exc_info.traceback.filter(
|
||||||
|
@ -654,8 +651,7 @@ class PytestPluginManager(PluginManager):
|
||||||
mod = import_path(conftestpath, mode=importmode, root=rootpath)
|
mod = import_path(conftestpath, mode=importmode, root=rootpath)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
assert e.__traceback__ is not None
|
assert e.__traceback__ is not None
|
||||||
exc_info = (type(e), e, e.__traceback__)
|
raise ConftestImportFailure(conftestpath, cause=e) from e
|
||||||
raise ConftestImportFailure(conftestpath, exc_info) from e
|
|
||||||
|
|
||||||
self._check_non_top_pytest_plugins(mod, conftestpath)
|
self._check_non_top_pytest_plugins(mod, conftestpath)
|
||||||
|
|
||||||
|
@ -664,7 +660,12 @@ class PytestPluginManager(PluginManager):
|
||||||
if dirpath in self._dirpath2confmods:
|
if dirpath in self._dirpath2confmods:
|
||||||
for path, mods in self._dirpath2confmods.items():
|
for path, mods in self._dirpath2confmods.items():
|
||||||
if dirpath in path.parents or path == dirpath:
|
if dirpath in path.parents or path == dirpath:
|
||||||
assert mod not in mods
|
if mod in mods:
|
||||||
|
raise AssertionError(
|
||||||
|
f"While trying to load conftest path {str(conftestpath)}, "
|
||||||
|
f"found that the module {mod} is already loaded with path {mod.__file__}. "
|
||||||
|
"This is not supposed to happen. Please report this issue to pytest."
|
||||||
|
)
|
||||||
mods.append(mod)
|
mods.append(mod)
|
||||||
self.trace(f"loading conftestmodule {mod!r}")
|
self.trace(f"loading conftestmodule {mod!r}")
|
||||||
self.consider_conftest(mod, registration_name=conftestpath_plugin_name)
|
self.consider_conftest(mod, registration_name=conftestpath_plugin_name)
|
||||||
|
|
|
@ -377,7 +377,8 @@ def _postmortem_traceback(excinfo: ExceptionInfo[BaseException]) -> types.Traceb
|
||||||
elif isinstance(excinfo.value, ConftestImportFailure):
|
elif isinstance(excinfo.value, ConftestImportFailure):
|
||||||
# A config.ConftestImportFailure is not useful for post_mortem.
|
# A config.ConftestImportFailure is not useful for post_mortem.
|
||||||
# Use the underlying exception instead:
|
# Use the underlying exception instead:
|
||||||
return excinfo.value.excinfo[2]
|
assert excinfo.value.cause.__traceback__ is not None
|
||||||
|
return excinfo.value.cause.__traceback__
|
||||||
else:
|
else:
|
||||||
assert excinfo._excinfo is not None
|
assert excinfo._excinfo is not None
|
||||||
return excinfo._excinfo[2]
|
return excinfo._excinfo[2]
|
||||||
|
|
|
@ -119,7 +119,7 @@ def get_scope_package(
|
||||||
) -> Optional[nodes.Node]:
|
) -> Optional[nodes.Node]:
|
||||||
from _pytest.python import Package
|
from _pytest.python import Package
|
||||||
|
|
||||||
for parent in node.iterparents():
|
for parent in node.iter_parents():
|
||||||
if isinstance(parent, Package) and parent.nodeid == fixturedef.baseid:
|
if isinstance(parent, Package) and parent.nodeid == fixturedef.baseid:
|
||||||
return parent
|
return parent
|
||||||
return node.session
|
return node.session
|
||||||
|
@ -1776,7 +1776,7 @@ class FixtureManager:
|
||||||
def _matchfactories(
|
def _matchfactories(
|
||||||
self, fixturedefs: Iterable[FixtureDef[Any]], node: nodes.Node
|
self, fixturedefs: Iterable[FixtureDef[Any]], node: nodes.Node
|
||||||
) -> Iterator[FixtureDef[Any]]:
|
) -> Iterator[FixtureDef[Any]]:
|
||||||
parentnodeids = {n.nodeid for n in node.iterparents()}
|
parentnodeids = {n.nodeid for n in node.iter_parents()}
|
||||||
for fixturedef in fixturedefs:
|
for fixturedef in fixturedefs:
|
||||||
if fixturedef.baseid in parentnodeids:
|
if fixturedef.baseid in parentnodeids:
|
||||||
yield fixturedef
|
yield fixturedef
|
||||||
|
|
|
@ -54,7 +54,7 @@ def pytest_addhooks(pluginmanager: "PytestPluginManager") -> None:
|
||||||
"""Called at plugin registration time to allow adding new hooks via a call to
|
"""Called at plugin registration time to allow adding new hooks via a call to
|
||||||
:func:`pluginmanager.add_hookspecs(module_or_class, prefix) <pytest.PytestPluginManager.add_hookspecs>`.
|
:func:`pluginmanager.add_hookspecs(module_or_class, prefix) <pytest.PytestPluginManager.add_hookspecs>`.
|
||||||
|
|
||||||
:param pytest.PytestPluginManager pluginmanager: The pytest plugin manager.
|
:param pluginmanager: The pytest plugin manager.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
This hook is incompatible with hook wrappers.
|
This hook is incompatible with hook wrappers.
|
||||||
|
@ -68,7 +68,7 @@ def pytest_plugin_registered(
|
||||||
"""A new pytest plugin got registered.
|
"""A new pytest plugin got registered.
|
||||||
|
|
||||||
:param plugin: The plugin module or instance.
|
:param plugin: The plugin module or instance.
|
||||||
:param pytest.PytestPluginManager manager: pytest plugin manager.
|
:param manager: pytest plugin manager.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
This hook is incompatible with hook wrappers.
|
This hook is incompatible with hook wrappers.
|
||||||
|
@ -86,13 +86,13 @@ def pytest_addoption(parser: "Parser", pluginmanager: "PytestPluginManager") ->
|
||||||
files situated at the tests root directory due to how pytest
|
files situated at the tests root directory due to how pytest
|
||||||
:ref:`discovers plugins during startup <pluginorder>`.
|
:ref:`discovers plugins during startup <pluginorder>`.
|
||||||
|
|
||||||
:param pytest.Parser parser:
|
:param parser:
|
||||||
To add command line options, call
|
To add command line options, call
|
||||||
:py:func:`parser.addoption(...) <pytest.Parser.addoption>`.
|
:py:func:`parser.addoption(...) <pytest.Parser.addoption>`.
|
||||||
To add ini-file values call :py:func:`parser.addini(...)
|
To add ini-file values call :py:func:`parser.addini(...)
|
||||||
<pytest.Parser.addini>`.
|
<pytest.Parser.addini>`.
|
||||||
|
|
||||||
:param pytest.PytestPluginManager pluginmanager:
|
:param pluginmanager:
|
||||||
The pytest plugin manager, which can be used to install :py:func:`~pytest.hookspec`'s
|
The pytest plugin manager, which can be used to install :py:func:`~pytest.hookspec`'s
|
||||||
or :py:func:`~pytest.hookimpl`'s and allow one plugin to call another plugin's hooks
|
or :py:func:`~pytest.hookimpl`'s and allow one plugin to call another plugin's hooks
|
||||||
to change how command line options are added.
|
to change how command line options are added.
|
||||||
|
@ -127,7 +127,7 @@ def pytest_configure(config: "Config") -> None:
|
||||||
.. note::
|
.. note::
|
||||||
This hook is incompatible with hook wrappers.
|
This hook is incompatible with hook wrappers.
|
||||||
|
|
||||||
:param pytest.Config config: The pytest config object.
|
:param config: The pytest config object.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
@ -156,18 +156,6 @@ def pytest_cmdline_parse(
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
@hookspec(firstresult=True)
|
|
||||||
def pytest_cmdline_main(config: "Config") -> Optional[Union["ExitCode", int]]:
|
|
||||||
"""Called for performing the main command line action. The default
|
|
||||||
implementation will invoke the configure hooks and runtest_mainloop.
|
|
||||||
|
|
||||||
Stops at first non-None result, see :ref:`firstresult`.
|
|
||||||
|
|
||||||
:param config: The pytest config object.
|
|
||||||
:returns: The exit code.
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
def pytest_load_initial_conftests(
|
def pytest_load_initial_conftests(
|
||||||
early_config: "Config", parser: "Parser", args: List[str]
|
early_config: "Config", parser: "Parser", args: List[str]
|
||||||
) -> None:
|
) -> None:
|
||||||
|
@ -183,6 +171,20 @@ def pytest_load_initial_conftests(
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
@hookspec(firstresult=True)
|
||||||
|
def pytest_cmdline_main(config: "Config") -> Optional[Union["ExitCode", int]]:
|
||||||
|
"""Called for performing the main command line action.
|
||||||
|
|
||||||
|
The default implementation will invoke the configure hooks and
|
||||||
|
:hook:`pytest_runtestloop`.
|
||||||
|
|
||||||
|
Stops at first non-None result, see :ref:`firstresult`.
|
||||||
|
|
||||||
|
:param config: The pytest config object.
|
||||||
|
:returns: The exit code.
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# collection hooks
|
# collection hooks
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
@ -435,7 +437,7 @@ def pytest_make_parametrize_id(
|
||||||
|
|
||||||
:param config: The pytest config object.
|
:param config: The pytest config object.
|
||||||
:param val: The parametrized value.
|
:param val: The parametrized value.
|
||||||
:param str argname: The automatic parameter name produced by pytest.
|
:param argname: The automatic parameter name produced by pytest.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -376,6 +376,9 @@ def _in_venv(path: Path) -> bool:
|
||||||
|
|
||||||
|
|
||||||
def pytest_ignore_collect(collection_path: Path, config: Config) -> Optional[bool]:
|
def pytest_ignore_collect(collection_path: Path, config: Config) -> Optional[bool]:
|
||||||
|
if collection_path.name == "__pycache__":
|
||||||
|
return True
|
||||||
|
|
||||||
ignore_paths = config._getconftest_pathlist(
|
ignore_paths = config._getconftest_pathlist(
|
||||||
"collect_ignore", path=collection_path.parent
|
"collect_ignore", path=collection_path.parent
|
||||||
)
|
)
|
||||||
|
@ -505,8 +508,6 @@ class Dir(nodes.Directory):
|
||||||
ihook = self.ihook
|
ihook = self.ihook
|
||||||
for direntry in scandir(self.path):
|
for direntry in scandir(self.path):
|
||||||
if direntry.is_dir():
|
if direntry.is_dir():
|
||||||
if direntry.name == "__pycache__":
|
|
||||||
continue
|
|
||||||
path = Path(direntry.path)
|
path = Path(direntry.path)
|
||||||
if not self.session.isinitpath(path, with_parents=True):
|
if not self.session.isinitpath(path, with_parents=True):
|
||||||
if ihook.pytest_ignore_collect(collection_path=path, config=config):
|
if ihook.pytest_ignore_collect(collection_path=path, config=config):
|
||||||
|
|
|
@ -256,7 +256,7 @@ class Node(abc.ABC, metaclass=NodeMeta):
|
||||||
def teardown(self) -> None:
|
def teardown(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def iterparents(self) -> Iterator["Node"]:
|
def iter_parents(self) -> Iterator["Node"]:
|
||||||
"""Iterate over all parent collectors starting from and including self
|
"""Iterate over all parent collectors starting from and including self
|
||||||
up to the root of the collection tree.
|
up to the root of the collection tree.
|
||||||
|
|
||||||
|
@ -318,7 +318,7 @@ class Node(abc.ABC, metaclass=NodeMeta):
|
||||||
:param name: If given, filter the results by the name attribute.
|
:param name: If given, filter the results by the name attribute.
|
||||||
:returns: An iterator of (node, mark) tuples.
|
:returns: An iterator of (node, mark) tuples.
|
||||||
"""
|
"""
|
||||||
for node in self.iterparents():
|
for node in self.iter_parents():
|
||||||
for mark in node.own_markers:
|
for mark in node.own_markers:
|
||||||
if name is None or getattr(mark, "name", None) == name:
|
if name is None or getattr(mark, "name", None) == name:
|
||||||
yield node, mark
|
yield node, mark
|
||||||
|
@ -368,7 +368,7 @@ class Node(abc.ABC, metaclass=NodeMeta):
|
||||||
:param cls: The node class to search for.
|
:param cls: The node class to search for.
|
||||||
:returns: The node, if found.
|
:returns: The node, if found.
|
||||||
"""
|
"""
|
||||||
for node in self.iterparents():
|
for node in self.iter_parents():
|
||||||
if isinstance(node, cls):
|
if isinstance(node, cls):
|
||||||
return node
|
return node
|
||||||
return None
|
return None
|
||||||
|
@ -384,7 +384,7 @@ class Node(abc.ABC, metaclass=NodeMeta):
|
||||||
from _pytest.fixtures import FixtureLookupError
|
from _pytest.fixtures import FixtureLookupError
|
||||||
|
|
||||||
if isinstance(excinfo.value, ConftestImportFailure):
|
if isinstance(excinfo.value, ConftestImportFailure):
|
||||||
excinfo = ExceptionInfo.from_exc_info(excinfo.value.excinfo)
|
excinfo = ExceptionInfo.from_exception(excinfo.value.cause)
|
||||||
if isinstance(excinfo.value, fail.Exception):
|
if isinstance(excinfo.value, fail.Exception):
|
||||||
if not excinfo.value.pytrace:
|
if not excinfo.value.pytrace:
|
||||||
style = "value"
|
style = "value"
|
||||||
|
|
|
@ -335,7 +335,7 @@ class PyobjMixin(nodes.Node):
|
||||||
def getmodpath(self, stopatmodule: bool = True, includemodule: bool = False) -> str:
|
def getmodpath(self, stopatmodule: bool = True, includemodule: bool = False) -> str:
|
||||||
"""Return Python path relative to the containing module."""
|
"""Return Python path relative to the containing module."""
|
||||||
parts = []
|
parts = []
|
||||||
for node in self.iterparents():
|
for node in self.iter_parents():
|
||||||
name = node.name
|
name = node.name
|
||||||
if isinstance(node, Module):
|
if isinstance(node, Module):
|
||||||
name = os.path.splitext(name)[0]
|
name = os.path.splitext(name)[0]
|
||||||
|
@ -709,8 +709,6 @@ class Package(nodes.Directory):
|
||||||
ihook = self.ihook
|
ihook = self.ihook
|
||||||
for direntry in scandir(self.path, sort_key):
|
for direntry in scandir(self.path, sort_key):
|
||||||
if direntry.is_dir():
|
if direntry.is_dir():
|
||||||
if direntry.name == "__pycache__":
|
|
||||||
continue
|
|
||||||
path = Path(direntry.path)
|
path = Path(direntry.path)
|
||||||
if not self.session.isinitpath(path, with_parents=True):
|
if not self.session.isinitpath(path, with_parents=True):
|
||||||
if ihook.pytest_ignore_collect(collection_path=path, config=config):
|
if ihook.pytest_ignore_collect(collection_path=path, config=config):
|
||||||
|
|
|
@ -2108,9 +2108,7 @@ def test_conftest_import_error_repr(tmp_path: Path) -> None:
|
||||||
try:
|
try:
|
||||||
raise RuntimeError("some error")
|
raise RuntimeError("some error")
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
assert exc.__traceback__ is not None
|
raise ConftestImportFailure(path, cause=exc) from exc
|
||||||
exc_info = (type(exc), exc, exc.__traceback__)
|
|
||||||
raise ConftestImportFailure(path, exc_info) from exc
|
|
||||||
|
|
||||||
|
|
||||||
def test_strtobool() -> None:
|
def test_strtobool() -> None:
|
||||||
|
|
Loading…
Reference in New Issue