Imported Upstream version 7.4.3 upstream upstream/7.4.3
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 29 Dec 2023 04:16:44 +0000 (13:16 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 29 Dec 2023 04:16:44 +0000 (13:16 +0900)
commita52fbb83594f8c1f06d7d45474b780c7ca288a72
tree72fa8f4df042c1073034839c4a4d7a89dbe70c08
parentc23a4a91a3a2471a21266ea415d9e951b59f7f67
Imported Upstream version 7.4.3
332 files changed:
.coveragerc
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/backport.yml [new file with mode: 0644]
.github/workflows/deploy.yml [new file with mode: 0644]
.github/workflows/main.yml [deleted file]
.github/workflows/prepare-release-pr.yml [new file with mode: 0644]
.github/workflows/release-on-comment.yml [deleted file]
.github/workflows/stale.yml [new file with mode: 0644]
.github/workflows/test.yml [new file with mode: 0644]
.github/workflows/update-plugin-list.yml [new file with mode: 0644]
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
PKG-INFO [new file with mode: 0644]
README.rst
RELEASING.rst
TIDELIFT.rst
doc/en/Makefile
doc/en/_templates/globaltoc.html
doc/en/_templates/links.html
doc/en/adopt.rst
doc/en/announce/index.rst
doc/en/announce/release-2.0.0.rst
doc/en/announce/release-2.0.1.rst
doc/en/announce/release-2.1.0.rst
doc/en/announce/release-2.1.1.rst
doc/en/announce/release-2.1.2.rst
doc/en/announce/release-2.2.0.rst
doc/en/announce/release-2.3.0.rst
doc/en/announce/release-2.3.4.rst
doc/en/announce/release-2.4.0.rst
doc/en/announce/release-2.5.0.rst
doc/en/announce/release-2.9.0.rst
doc/en/announce/release-2.9.1.rst
doc/en/announce/release-2.9.2.rst
doc/en/announce/release-6.2.3.rst [new file with mode: 0644]
doc/en/announce/release-6.2.4.rst [new file with mode: 0644]
doc/en/announce/release-6.2.5.rst [new file with mode: 0644]
doc/en/announce/release-7.0.0.rst [new file with mode: 0644]
doc/en/announce/release-7.0.0rc1.rst [new file with mode: 0644]
doc/en/announce/release-7.0.1.rst [new file with mode: 0644]
doc/en/announce/release-7.1.0.rst [new file with mode: 0644]
doc/en/announce/release-7.1.1.rst [new file with mode: 0644]
doc/en/announce/release-7.1.2.rst [new file with mode: 0644]
doc/en/announce/release-7.1.3.rst [new file with mode: 0644]
doc/en/announce/release-7.2.0.rst [new file with mode: 0644]
doc/en/announce/release-7.2.1.rst [new file with mode: 0644]
doc/en/announce/release-7.2.2.rst [new file with mode: 0644]
doc/en/announce/release-7.3.0.rst [new file with mode: 0644]
doc/en/announce/release-7.3.1.rst [new file with mode: 0644]
doc/en/announce/release-7.3.2.rst [new file with mode: 0644]
doc/en/announce/release-7.4.0.rst [new file with mode: 0644]
doc/en/announce/release-7.4.1.rst [new file with mode: 0644]
doc/en/announce/release-7.4.2.rst [new file with mode: 0644]
doc/en/announce/release-7.4.3.rst [new file with mode: 0644]
doc/en/assert.rst [deleted file]
doc/en/backwards-compatibility.rst
doc/en/bash-completion.rst [deleted file]
doc/en/builtin.rst
doc/en/cache.rst [deleted file]
doc/en/capture.rst [deleted file]
doc/en/changelog.rst
doc/en/conf.py
doc/en/contact.rst
doc/en/contents.rst
doc/en/customize.rst [deleted file]
doc/en/deprecations.rst
doc/en/development_guide.rst
doc/en/doctest.rst [deleted file]
doc/en/example/assertion/test_failures.py
doc/en/example/attic.rst
doc/en/example/fixtures/fixture_availability.svg
doc/en/example/fixtures/fixture_availability_plugins.svg
doc/en/example/fixtures/test_fixtures_order_autouse_flat.svg [new file with mode: 0644]
doc/en/example/fixtures/test_fixtures_order_autouse_multiple_scopes.svg
doc/en/example/fixtures/test_fixtures_order_autouse_temp_effects.svg
doc/en/example/fixtures/test_fixtures_order_dependencies.py
doc/en/example/fixtures/test_fixtures_order_scope.svg
doc/en/example/fixtures/test_fixtures_request_different_scope.svg
doc/en/example/index.rst
doc/en/example/markers.rst
doc/en/example/multipython.py
doc/en/example/nonpython.rst
doc/en/example/nonpython/conftest.py
doc/en/example/parametrize.rst
doc/en/example/pythoncollection.rst
doc/en/example/reportingdemo.rst
doc/en/example/simple.rst
doc/en/example/special.rst
doc/en/existingtestsuite.rst [deleted file]
doc/en/explanation/anatomy.rst [new file with mode: 0644]
doc/en/explanation/fixtures.rst [new file with mode: 0644]
doc/en/explanation/flaky.rst [new file with mode: 0644]
doc/en/explanation/goodpractices.rst [new file with mode: 0644]
doc/en/explanation/index.rst [new file with mode: 0644]
doc/en/explanation/pythonpath.rst [new file with mode: 0644]
doc/en/fixture.rst [deleted file]
doc/en/flaky.rst [deleted file]
doc/en/funcarg_compare.rst
doc/en/getting-started.rst
doc/en/goodpractices.rst [deleted file]
doc/en/historical-notes.rst
doc/en/history.rst [new file with mode: 0644]
doc/en/how-to/assert.rst [new file with mode: 0644]
doc/en/how-to/bash-completion.rst [new file with mode: 0644]
doc/en/how-to/cache.rst [new file with mode: 0644]
doc/en/how-to/capture-stdout-stderr.rst [new file with mode: 0644]
doc/en/how-to/capture-warnings.rst [new file with mode: 0644]
doc/en/how-to/doctest.rst [new file with mode: 0644]
doc/en/how-to/existingtestsuite.rst [new file with mode: 0644]
doc/en/how-to/failures.rst [new file with mode: 0644]
doc/en/how-to/fixtures.rst [new file with mode: 0644]
doc/en/how-to/index.rst [new file with mode: 0644]
doc/en/how-to/logging.rst [new file with mode: 0644]
doc/en/how-to/mark.rst [new file with mode: 0644]
doc/en/how-to/monkeypatch.rst [new file with mode: 0644]
doc/en/how-to/nose.rst [new file with mode: 0644]
doc/en/how-to/output.rst [new file with mode: 0644]
doc/en/how-to/parametrize.rst [new file with mode: 0644]
doc/en/how-to/plugins.rst [new file with mode: 0644]
doc/en/how-to/skipping.rst [new file with mode: 0644]
doc/en/how-to/tmp_path.rst [new file with mode: 0644]
doc/en/how-to/unittest.rst [new file with mode: 0644]
doc/en/how-to/usage.rst [new file with mode: 0644]
doc/en/how-to/writing_hook_functions.rst [new file with mode: 0644]
doc/en/how-to/writing_plugins.rst [new file with mode: 0644]
doc/en/how-to/xunit_setup.rst [new file with mode: 0644]
doc/en/img/pytest1.png
doc/en/img/pytest_logo_curves.svg [new file with mode: 0644]
doc/en/index.rst
doc/en/license.rst
doc/en/logging.rst [deleted file]
doc/en/mark.rst [deleted file]
doc/en/monkeypatch.rst [deleted file]
doc/en/nose.rst [deleted file]
doc/en/parametrize.rst [deleted file]
doc/en/plugins.rst [deleted file]
doc/en/projects.rst [deleted file]
doc/en/proposals/parametrize_with_fixtures.rst
doc/en/py27-py34-deprecation.rst [deleted file]
doc/en/pythonpath.rst [deleted file]
doc/en/reference.rst [deleted file]
doc/en/reference/customize.rst [new file with mode: 0644]
doc/en/reference/exit-codes.rst [new file with mode: 0644]
doc/en/reference/fixtures.rst [new file with mode: 0644]
doc/en/reference/index.rst [new file with mode: 0644]
doc/en/reference/plugin_list.rst [new file with mode: 0644]
doc/en/reference/reference.rst [new file with mode: 0644]
doc/en/requirements.txt
doc/en/skipping.rst [deleted file]
doc/en/talks.rst
doc/en/tmpdir.rst [deleted file]
doc/en/unittest.rst [deleted file]
doc/en/usage.rst [deleted file]
doc/en/warnings.rst [deleted file]
doc/en/writing_plugins.rst [deleted file]
doc/en/xunit_setup.rst [deleted file]
extra/setup-py.test/setup.py [deleted file]
pyproject.toml
scripts/append_codecov_token.py [deleted file]
scripts/prepare-release-pr.py [new file with mode: 0644]
scripts/publish-gh-release-notes.py
scripts/release-on-comment.py [deleted file]
scripts/release.major.rst [new file with mode: 0644]
scripts/release.minor.rst
scripts/release.pre.rst [new file with mode: 0644]
scripts/release.py
scripts/report-coverage.sh [deleted file]
scripts/towncrier-draft-to-file.py
scripts/update-plugin-list.py [new file with mode: 0644]
setup.cfg
src/_pytest/__init__.py
src/_pytest/_argcomplete.py
src/_pytest/_code/code.py
src/_pytest/_code/source.py
src/_pytest/_io/saferepr.py
src/_pytest/_io/terminalwriter.py
src/_pytest/_py/__init__.py [new file with mode: 0644]
src/_pytest/_py/error.py [new file with mode: 0644]
src/_pytest/_py/path.py [new file with mode: 0644]
src/_pytest/_version.py [new file with mode: 0644]
src/_pytest/assertion/__init__.py
src/_pytest/assertion/rewrite.py
src/_pytest/assertion/truncate.py
src/_pytest/assertion/util.py
src/_pytest/cacheprovider.py
src/_pytest/capture.py
src/_pytest/compat.py
src/_pytest/config/__init__.py
src/_pytest/config/argparsing.py
src/_pytest/config/compat.py [new file with mode: 0644]
src/_pytest/config/findpaths.py
src/_pytest/debugging.py
src/_pytest/deprecated.py
src/_pytest/doctest.py
src/_pytest/faulthandler.py
src/_pytest/fixtures.py
src/_pytest/freeze_support.py
src/_pytest/helpconfig.py
src/_pytest/hookspec.py
src/_pytest/junitxml.py
src/_pytest/legacypath.py [new file with mode: 0644]
src/_pytest/logging.py
src/_pytest/main.py
src/_pytest/mark/__init__.py
src/_pytest/mark/expression.py
src/_pytest/mark/structures.py
src/_pytest/monkeypatch.py
src/_pytest/nodes.py
src/_pytest/nose.py
src/_pytest/outcomes.py
src/_pytest/pastebin.py
src/_pytest/pathlib.py
src/_pytest/pytester.py
src/_pytest/pytester_assertions.py
src/_pytest/python.py
src/_pytest/python_api.py
src/_pytest/python_path.py [new file with mode: 0644]
src/_pytest/recwarn.py
src/_pytest/reports.py
src/_pytest/runner.py
src/_pytest/scope.py [new file with mode: 0644]
src/_pytest/setuponly.py
src/_pytest/setupplan.py
src/_pytest/skipping.py
src/_pytest/stash.py [new file with mode: 0644]
src/_pytest/stepwise.py
src/_pytest/store.py [deleted file]
src/_pytest/terminal.py
src/_pytest/threadexception.py
src/_pytest/tmpdir.py
src/_pytest/unittest.py
src/_pytest/warning_types.py
src/_pytest/warnings.py
src/py.py [new file with mode: 0644]
src/pytest.egg-info/PKG-INFO [new file with mode: 0644]
src/pytest.egg-info/SOURCES.txt [new file with mode: 0644]
src/pytest.egg-info/dependency_links.txt [new file with mode: 0644]
src/pytest.egg-info/entry_points.txt [new file with mode: 0644]
src/pytest.egg-info/not-zip-safe [new file with mode: 0644]
src/pytest.egg-info/requires.txt [new file with mode: 0644]
src/pytest.egg-info/top_level.txt [new file with mode: 0644]
src/pytest/__init__.py
src/pytest/collect.py [deleted file]
testing/_py/test_local.py [new file with mode: 0644]
testing/acceptance_test.py
testing/code/test_excinfo.py
testing/code/test_source.py
testing/conftest.py
testing/deprecated_test.py
testing/example_scripts/__init__.py [new file with mode: 0644]
testing/example_scripts/collect/package_infinite_recursion/conftest.py
testing/example_scripts/dataclasses/test_compare_dataclasses_with_custom_eq.py [new file with mode: 0644]
testing/example_scripts/dataclasses/test_compare_initvar.py [new file with mode: 0644]
testing/example_scripts/dataclasses/test_compare_recursive_dataclasses.py
testing/example_scripts/doctest/main_py/__main__.py [new file with mode: 0644]
testing/example_scripts/doctest/main_py/test_normal_module.py [new file with mode: 0644]
testing/example_scripts/fixtures/custom_item/conftest.py
testing/example_scripts/issue88_initial_file_multinodes/conftest.py
testing/example_scripts/issue_519.py
testing/example_scripts/tmpdir/tmp_path_fixture.py [new file with mode: 0644]
testing/example_scripts/tmpdir/tmpdir_fixture.py [deleted file]
testing/example_scripts/unittest/test_unittest_asyncio.py
testing/examples/test_issue519.py
testing/io/test_saferepr.py
testing/io/test_terminalwriter.py
testing/logging/test_fixture.py
testing/logging/test_formatter.py
testing/logging/test_reporting.py
testing/plugins_integration/pytest.ini
testing/plugins_integration/requirements.txt
testing/python/approx.py
testing/python/collect.py
testing/python/fixtures.py
testing/python/integration.py
testing/python/metafunc.py
testing/python/raises.py
testing/python/show_fixtures_per_test.py
testing/test_argcomplete.py
testing/test_assertion.py
testing/test_assertrewrite.py
testing/test_cacheprovider.py
testing/test_capture.py
testing/test_collection.py
testing/test_compat.py
testing/test_config.py
testing/test_conftest.py
testing/test_debugging.py
testing/test_doctest.py
testing/test_error_diffs.py
testing/test_faulthandler.py
testing/test_findpaths.py
testing/test_helpconfig.py
testing/test_junitxml.py
testing/test_legacypath.py [new file with mode: 0644]
testing/test_link_resolve.py
testing/test_main.py
testing/test_mark.py
testing/test_mark_expression.py
testing/test_monkeypatch.py
testing/test_nodes.py
testing/test_nose.py
testing/test_parseopt.py
testing/test_pastebin.py
testing/test_pathlib.py
testing/test_pluginmanager.py
testing/test_pytester.py
testing/test_python_path.py [new file with mode: 0644]
testing/test_recwarn.py
testing/test_reports.py
testing/test_runner.py
testing/test_runner_xunit.py
testing/test_scope.py [new file with mode: 0644]
testing/test_session.py
testing/test_skipping.py
testing/test_stash.py [new file with mode: 0644]
testing/test_stepwise.py
testing/test_store.py [deleted file]
testing/test_terminal.py
testing/test_threadexception.py
testing/test_tmpdir.py
testing/test_unittest.py
testing/test_unraisableexception.py
testing/test_warning_types.py
testing/test_warnings.py
testing/typing_checks.py
tox.ini