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

test: use hex escapes for non-ASCII filename literal

месяц назад
code

Fix missing traceback source for code with cwd-relative filenames (#14744)

20 дней назад
example_scripts

fixtures: reorder parametrized tests by param value, not index (#14746)

14 дней назад
examples

RFC: from __future__ import annotations + migrate

2 года назад
freeze

fix: satisfy mypy 2.3.0 [deprecated] and [unreachable] checks

21 день назад
io

[perf] Make ``PrettyPrinter`` format lazily so output can be budget-capped (#14588)

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

Reject negative log_auto_indent values (#14586)

14 дней назад
plugins_integration

Apply filterwarnings whilst importing plugins

17 дней назад
python

[pre-commit.ci] pre-commit autoupdate

7 дней назад
acceptance_test.py

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

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

Address review: empty dev extra, drop redundant filters

21 день назад
deprecated_test.py

Apply filterwarnings whilst importing plugins

17 дней назад
test_argcomplete.py

RFC: from __future__ import annotations + migrate

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

Register assertion_text_diff_style with its Literal alias

10 дней назад
test_assertrewrite.py

Fix elision of long collections in assertion messages with -vv (#14748)

16 дней назад
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

Merge pull request #14807 from RonnyPfannschmidt/refactor/config-file-dispatch

4 дня назад
test_conftest.py

Merge remote-tracking branch 'upstream/main' into fix/doctest-namespace-not-loaded-outside-rootdir

19 дней назад
test_debugging.py

Address review: empty dev extra, drop redundant filters

21 день назад
test_doctest.py

fix: validate -c/--config-file and read [pytest] from custom TOML files

5 дней назад
test_entry_points.py

RFC: from __future__ import annotations + migrate

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

feat: introduce a legend for - and + in diff outputs (#14756)

20 дней назад
test_faulthandler.py

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

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

fix: validate -c/--config-file and read [pytest] from custom TOML files

5 дней назад
test_helpconfig.py

Accept type expressions in Parser.addini(type=...) (#14751)

17 дней назад
test_junitxml.py

Register junit_duration_report with a Literal type

10 дней назад
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

Register empty_parameter_set_mark with a Literal type

10 дней назад
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: satisfy mypy 2.3.0 [deprecated] and [unreachable] checks

21 день назад
test_nodes.py

nodes: remove deprecated `fspath` Node constructor parameter

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

Reject implicit option destination conflicts (#14661)

19 дней назад
test_pastebin.py

pastebin: deprecate `--pastebin`

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

pathlib: remove `module_location` parameter of `_import_module_using_spec`

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

Consider entry points for PYTEST_PLUGINS and pytest_plugins (#14752)

20 дней назад
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

Fix pytest.warns re-emitting warnings with module="warnings" (#14747)

20 дней назад
test_reports.py

Rename `python_api.py` to `approx.py`

2 месяца назад
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

Register console_output_style with a Literal type

10 дней назад
test_threadexception.py

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

год назад
test_tmpdir.py

Register tmp_path_retention_policy with a Literal type

10 дней назад
test_unittest.py

doc,testing: fix `scope="class"` instance methods

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

Apply filterwarnings whilst importing plugins

17 дней назад
typing_checks.py

mark/structures: undo non-collection-argvalues type-check time deprecation due to mypy bug

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

Remove support for Python 3.9

год назад