Imported Upstream version 6.1.0 upstream/6.1.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 18 Mar 2021 02:33:41 +0000 (11:33 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 18 Mar 2021 02:33:41 +0000 (11:33 +0900)
commitc8568311ded52e4349b12d5d0effb38562249854
treea33ce7efbd8a36816fa4cbfda99b0b06ad56195c
parent19a1d91e7b078503a8da87e437290016cdb3f722
Imported Upstream version 6.1.0
204 files changed:
.coveragerc
.github/ISSUE_TEMPLATE.md [deleted file]
.github/ISSUE_TEMPLATE/1_bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/2_feature_request.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/workflows/main.yml
.pre-commit-config.yaml
.readthedocs.yml [new file with mode: 0644]
AUTHORS
CONTRIBUTING.rst
README.rst
RELEASING.rst
doc/en/adopt.rst
doc/en/announce/index.rst
doc/en/announce/release-2.3.0.rst
doc/en/announce/release-2.5.1.rst
doc/en/announce/release-2.5.2.rst
doc/en/announce/release-2.6.0.rst
doc/en/announce/release-2.6.1.rst
doc/en/announce/release-2.6.2.rst
doc/en/announce/release-2.6.3.rst
doc/en/announce/release-2.7.0.rst
doc/en/announce/release-2.7.1.rst
doc/en/announce/release-2.7.2.rst
doc/en/announce/release-2.8.2.rst
doc/en/announce/release-2.8.3.rst
doc/en/announce/release-2.8.4.rst
doc/en/announce/release-2.8.5.rst
doc/en/announce/release-2.8.6.rst
doc/en/announce/release-2.8.7.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-3.0.0.rst
doc/en/announce/release-3.1.0.rst
doc/en/announce/release-3.10.0.rst
doc/en/announce/release-3.2.0.rst
doc/en/announce/release-3.3.0.rst
doc/en/announce/release-3.4.0.rst
doc/en/announce/release-3.5.0.rst
doc/en/announce/release-3.6.0.rst
doc/en/announce/release-3.7.0.rst
doc/en/announce/release-3.8.0.rst
doc/en/announce/release-3.9.0.rst
doc/en/announce/release-4.0.0.rst
doc/en/announce/release-4.1.0.rst
doc/en/announce/release-4.2.0.rst
doc/en/announce/release-4.3.0.rst
doc/en/announce/release-4.4.0.rst
doc/en/announce/release-4.5.0.rst
doc/en/announce/release-4.6.0.rst
doc/en/announce/release-5.0.0.rst
doc/en/announce/release-5.1.0.rst
doc/en/announce/release-5.2.0.rst
doc/en/announce/release-5.3.0.rst
doc/en/announce/release-5.4.0.rst
doc/en/announce/release-6.1.0.rst [new file with mode: 0644]
doc/en/builtin.rst
doc/en/cache.rst
doc/en/changelog.rst
doc/en/contents.rst
doc/en/customize.rst
doc/en/deprecations.rst
doc/en/example/markers.rst
doc/en/example/nonpython.rst
doc/en/example/nonpython/conftest.py
doc/en/example/pythoncollection.rst
doc/en/faq.rst [deleted file]
doc/en/fixture.rst
doc/en/funcarg_compare.rst
doc/en/getting-started.rst
doc/en/historical-notes.rst
doc/en/index.rst
doc/en/mark.rst
doc/en/monkeypatch.rst
doc/en/reference.rst
doc/en/talks.rst
doc/en/usage.rst
doc/en/warnings.rst
doc/en/writing_plugins.rst
doc/en/xunit_setup.rst
extra/get_issues.py
pyproject.toml
scripts/release-on-comment.py
scripts/release.py
setup.cfg
setup.py
src/_pytest/_argcomplete.py
src/_pytest/_code/__init__.py
src/_pytest/_code/code.py
src/_pytest/_code/source.py
src/_pytest/_io/saferepr.py
src/_pytest/_io/terminalwriter.py
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/exceptions.py
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/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/python.py
src/_pytest/python_api.py
src/_pytest/recwarn.py
src/_pytest/reports.py
src/_pytest/resultlog.py [deleted file]
src/_pytest/runner.py
src/_pytest/setuponly.py
src/_pytest/setupplan.py
src/_pytest/skipping.py
src/_pytest/store.py
src/_pytest/terminal.py
src/_pytest/timing.py
src/_pytest/tmpdir.py
src/_pytest/unittest.py
src/_pytest/warning_types.py
src/_pytest/warnings.py
src/pytest/__init__.py
src/pytest/__main__.py
src/pytest/collect.py
testing/acceptance_test.py
testing/code/test_excinfo.py
testing/code/test_source.py
testing/deprecated_test.py
testing/example_scripts/unittest/test_unittest_plain_async.py [new file with mode: 0644]
testing/freeze/create_executable.py
testing/logging/test_fixture.py
testing/logging/test_reporting.py
testing/plugins_integration/.gitignore [new file with mode: 0644]
testing/plugins_integration/README.rst [new file with mode: 0644]
testing/plugins_integration/bdd_wallet.feature [new file with mode: 0644]
testing/plugins_integration/bdd_wallet.py [new file with mode: 0644]
testing/plugins_integration/django_settings.py [new file with mode: 0644]
testing/plugins_integration/pytest.ini [new file with mode: 0644]
testing/plugins_integration/pytest_anyio_integration.py [new file with mode: 0644]
testing/plugins_integration/pytest_asyncio_integration.py [new file with mode: 0644]
testing/plugins_integration/pytest_mock_integration.py [new file with mode: 0644]
testing/plugins_integration/pytest_trio_integration.py [new file with mode: 0644]
testing/plugins_integration/pytest_twisted_integration.py [new file with mode: 0644]
testing/plugins_integration/simple_integration.py [new file with mode: 0644]
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/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_config.py
testing/test_conftest.py
testing/test_doctest.py
testing/test_faulthandler.py
testing/test_findpaths.py
testing/test_helpconfig.py
testing/test_junitxml.py
testing/test_link_resolve.py
testing/test_main.py
testing/test_mark.py
testing/test_meta.py
testing/test_monkeypatch.py
testing/test_pastebin.py
testing/test_pathlib.py
testing/test_pluginmanager.py
testing/test_pytester.py
testing/test_reports.py
testing/test_resultlog.py [deleted file]
testing/test_runner.py
testing/test_runner_xunit.py
testing/test_setuponly.py
testing/test_setupplan.py
testing/test_skipping.py
testing/test_terminal.py
testing/test_tmpdir.py
testing/test_unittest.py
testing/test_warnings.py
tox.ini