/
niceSOFT
/
python3-pytest
ОбзорДокументацияВойти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
python3-pytest/
testing/
..
_py

testing: avoid legacy forms of `warns`, `raises`, `deprecated_call`

4 месяца назад
code

Fix recursion traceback test to cover all styles (#14582)

2 месяца назад
example_scripts

fixtures: change static fixture closure order fully to DFS

4 месяца назад
examples

RFC: from __future__ import annotations + migrate

2 года назад
freeze

RFC: from __future__ import annotations + migrate

2 года назад
io

Fix: assertrepr_compare respects dict insertion order (#14050)

6 месяцев назад
logging

logging: also capture logs from non-propagating loggers

3 месяца назад
plugins_integration

build(deps): Bump pytest-asyncio in /testing/plugins_integration (#14574)

2 месяца назад
python

Merge pull request #14596 from bluetech/doc-classmethod

2 месяца назад
acceptance_test.py

fixtures: turn requesting async fixture without a plugin into a hard error

8 месяцев назад
conftest.py

Remove support for Python 3.9

год назад
deprecated_test.py

fixtures: deprecate global None fixture visibility

2 месяца назад
test_argcomplete.py

RFC: from __future__ import annotations + migrate

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

[refactor] Make base assertion comparisons return an iterator instead of a list of string (#14546)

2 месяца назад
test_assertrewrite.py

testing: fix `test_dont_write_bytecode` for Python 3.15

2 месяца назад
test_cacheprovider.py

testing: avoid legacy forms of `warns`, `raises`, `deprecated_call`

4 месяца назад
test_capture.py

Fix capteesys producing doubled output with --capture=no (#14205)

3 месяца назад
test_collect_imported_tests.py

Rename test helper

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

Merge pull request #14360 from pytest-dev/pre-commit-ci-update-config

4 месяца назад
test_compat.py

compat: add compat for `@warnings.deprecated`

9 месяцев назад
test_config.py

deprecate: pytest.console_main() for removal in pytest 10

3 месяца назад
test_conftest.py

Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir

2 месяца назад
test_debugging.py

testing: avoid legacy forms of `warns`, `raises`, `deprecated_call`

4 месяца назад
test_doctest.py

fixtures: remove holderobjseen check from parsefactories

2 месяца назад
test_entry_points.py

RFC: from __future__ import annotations + migrate

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

RFC: from __future__ import annotations + migrate

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

Make it possible for faulthandler to terminate the pytest process on timeout (#13679)

10 месяцев назад
test_findpaths.py

config: add native TOML configuration

9 месяцев назад
test_helpconfig.py

Fix `-V` to show version information (#14382)

4 месяца назад
test_junitxml.py

junitxml: fix supplementary plane characters incorrectly escaped (#14484)

2 месяца назад
test_legacypath.py

testing: avoid legacy forms of `warns`, `raises`, `deprecated_call`

4 месяца назад
test_link_resolve.py

RFC: from __future__ import annotations + migrate

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

Merge pull request #13704 from bluetech/overlapping-collection-args

10 месяцев назад
test_mark.py

Improve error message for module-level __getattr__ issues (#14170)

3 месяца назад
test_mark_expression.py

mark/expression: fix scanner - search for backslash in string value, not entire input (#14475)

3 месяца назад
test_meta.py

RFC: from __future__ import annotations + migrate

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

Fix monkeypatch.setattr() teardown crash on failed setattr (#14161) (#14209)

3 месяца назад
test_nodes.py

nodes: remove deprecated `fspath` Node constructor parameter

5 месяцев назад
test_parseopt.py

Fix Argument.__repr__ crash when _action is not initialized (#14429)

3 месяца назад
test_pastebin.py

pastebin: deprecate `--pastebin`

3 месяца назад
test_pathlib.py

pathlib: remove `module_location` parameter of `_import_module_using_spec`

4 месяца назад
test_pluginmanager.py

testing: avoid legacy forms of `warns`, `raises`, `deprecated_call`

4 месяца назад
test_pytester.py

testing: avoid legacy forms of `warns`, `raises`, `deprecated_call`

4 месяца назад
test_python_path.py

config: generalize from INI format

9 месяцев назад
test_recwarn.py

testing: avoid legacy forms of `warns`, `raises`, `deprecated_call`

4 месяца назад
test_reports.py

fix #13537: Add support for ExceptionGroup with only Skipped exceptions in teardown (#13741)

9 месяцев назад
test_runner.py

runner: correctly cleanup item _request/funcargs if an exception was reraised during call (e.g. KeyboardInterrupt)

4 месяца назад
test_runner_xunit.py

RFC: from __future__ import annotations + migrate

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

RFC: from __future__ import annotations + migrate

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

testing: avoid legacy forms of `warns`, `raises`, `deprecated_call`

4 месяца назад
test_setuponly.py

Add a space after the test name with --setup-show (#14430)

3 месяца назад
test_setupplan.py

RFC: from __future__ import annotations + migrate

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

testing: avoid legacy forms of `warns`, `raises`, `deprecated_call`

4 месяца назад
test_stash.py

RFC: from __future__ import annotations + migrate

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

Show cache age instead of update date

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

subtests: avoid double `saferepr()` (#14213)

6 месяцев назад
test_terminal.py

terminalprogress: disable when TERM=dumb

9 месяцев назад
test_threadexception.py

testing: Explicitly pass `-Werror` to tests needing it

год назад
test_tmpdir.py

Add regression test for get_user() OSError handling (#14506)

3 месяца назад
test_unittest.py

Merge pull request #14596 from bluetech/doc-classmethod

2 месяца назад
test_unraisableexception.py

Surface filter-promoted unraisable warnings directly (#14263) (#14499)

2 месяца назад
test_warning_types.py

Comply with new lint rule for unused variables

год назад
test_warnings.py

config: fix duplicate values in Config.known_args_namespace for append actions

3 месяца назад
typing_checks.py

Merge pull request #14611 from bluetech/parametrize-argvalues-typing

2 месяца назад
typing_raises_group.py

Remove support for Python 3.9

год назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©