/
niceSOFT
/
python3-pytest
ОбзорДокументацияВойти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
python3-pytest/
testing/plugins_integration/
..
.gitignore

Smoke tests for assorted plugins (#7721)

6 лет назад
README.rst

Change uses of "folder" to "directory"

7 месяцев назад
bdd_wallet.feature

Smoke tests for assorted plugins (#7721)

6 лет назад
bdd_wallet.py

RFC: from __future__ import annotations + migrate

2 года назад
django_settings.py

RFC: from __future__ import annotations + migrate

2 года назад
pytest.ini

Apply filterwarnings whilst importing plugins

18 дней назад
pytest_anyio_integration.py

RFC: from __future__ import annotations + migrate

2 года назад
pytest_asyncio_integration.py

RFC: from __future__ import annotations + migrate

2 года назад
pytest_mock_integration.py

RFC: from __future__ import annotations + migrate

2 года назад
pytest_rerunfailures_integration.py

RFC: from __future__ import annotations + migrate

2 года назад
pytest_trio_integration.py

RFC: from __future__ import annotations + migrate

2 года назад
pytest_twisted_integration.py

RFC: from __future__ import annotations + migrate

2 года назад
requirements.txt

build(deps): Bump django in /testing/plugins_integration (#14733)

22 дня назад
simple_integration.py

RFC: from __future__ import annotations + migrate

2 года назад
README.rst
This directory contains tests and support files for smoke testing popular plugins against the current pytest version.
 
The objective is to gauge if any intentional or unintentional changes in pytest break plugins.
 
As a rule of thumb, we should add plugins here:
 
1. That are used at large. This might be subjective in some cases, but if answer is yes to
the question: *if a new release of pytest causes pytest-X to break, will this break a ton of test suites out there?*.
2. That don't have large external dependencies: such as external services.
 
Besides adding the plugin as dependency, we should also add a quick test which uses some
minimal part of the plugin, a smoke test. Also consider reusing one of the existing tests if that's
possible.