Imported Upstream version 6.2.0 upstream/6.2.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 18 Mar 2021 02:33:44 +0000 (11:33 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 18 Mar 2021 02:33:44 +0000 (11:33 +0900)
commitac6eda85835f1035e49e1abf21884166b29932e3
tree21aa6a60da2a0dcb45839253f02561accfc2c174
parentf53bb117043edd3601ae6b1c981fccf8b2c1b0eb
Imported Upstream version 6.2.0
159 files changed:
.github/ISSUE_TEMPLATE/2_feature_request.md
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/main.yml
.gitignore
.pre-commit-config.yaml
.travis.yml [deleted file]
AUTHORS
CONTRIBUTING.rst
README.rst
RELEASING.rst
bench/unit_test.py [new file with mode: 0644]
bench/xunit.py [new file with mode: 0644]
doc/en/announce/index.rst
doc/en/announce/release-6.2.0.rst [new file with mode: 0644]
doc/en/assert.rst
doc/en/backwards-compatibility.rst
doc/en/builtin.rst
doc/en/changelog.rst
doc/en/conf.py
doc/en/deprecations.rst
doc/en/doctest.rst
doc/en/example/assertion/failure_demo.py
doc/en/example/assertion/global_testmodule_config/conftest.py
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/fixture.rst
doc/en/getting-started.rst
doc/en/index.rst
doc/en/nose.rst
doc/en/reference.rst
doc/en/skipping.rst
doc/en/tmpdir.rst
doc/en/usage.rst
doc/en/warnings.rst
doc/en/writing_plugins.rst
pyproject.toml
scripts/release-on-comment.py
scripts/release.py
setup.cfg
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/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/findpaths.py
src/_pytest/debugging.py
src/_pytest/deprecated.py
src/_pytest/doctest.py
src/_pytest/fixtures.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/outcomes.py
src/_pytest/pastebin.py
src/_pytest/pathlib.py
src/_pytest/pytester.py
src/_pytest/pytester_assertions.py [new file with mode: 0644]
src/_pytest/python.py
src/_pytest/python_api.py
src/_pytest/recwarn.py
src/_pytest/reports.py
src/_pytest/runner.py
src/_pytest/skipping.py
src/_pytest/stepwise.py
src/_pytest/store.py
src/_pytest/terminal.py
src/_pytest/threadexception.py [new file with mode: 0644]
src/_pytest/timing.py
src/_pytest/tmpdir.py
src/_pytest/unittest.py
src/_pytest/unraisableexception.py [new file with mode: 0644]
src/_pytest/warning_types.py
src/_pytest/warnings.py
src/pytest/__init__.py
testing/acceptance_test.py
testing/code/test_code.py
testing/code/test_excinfo.py
testing/code/test_source.py
testing/conftest.py
testing/deprecated_test.py
testing/example_scripts/issue_519.py
testing/example_scripts/unittest/test_unittest_asyncio.py
testing/example_scripts/unittest/test_unittest_asynctest.py
testing/logging/test_formatter.py
testing/logging/test_reporting.py
testing/plugins_integration/requirements.txt [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_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_link_resolve.py
testing/test_main.py
testing/test_mark.py
testing/test_meta.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_recwarn.py
testing/test_reports.py
testing/test_runner.py
testing/test_runner_xunit.py
testing/test_session.py
testing/test_setuponly.py
testing/test_setupplan.py
testing/test_skipping.py
testing/test_stepwise.py
testing/test_terminal.py
testing/test_threadexception.py [new file with mode: 0644]
testing/test_tmpdir.py
testing/test_unittest.py
testing/test_unraisableexception.py [new file with mode: 0644]
testing/test_warning_types.py
testing/test_warnings.py
tox.ini