test_ok1/testing
Anthony Sottile f81c6c00a9
Merge pull request #7852 from asottile/py36_pyupgrade
py36+: pyupgrade: py36+
2020-10-04 08:25:32 -07:00
..
code py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
example_scripts Demonstrate that plain unittest does not support async tests (#7607) 2020-08-04 19:37:41 -03:00
examples pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00
freeze testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
io Merge pull request #7481 from bluetech/tw-unicode-escape 2020-07-11 16:01:45 -03:00
logging py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
plugins_integration Smoke tests for assorted plugins (#7721) 2020-09-19 15:56:52 -03:00
python Merge pull request #7852 from asottile/py36_pyupgrade 2020-10-04 08:25:32 -07:00
acceptance_test.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
conftest.py py36+: remove requires_ordered_markup 2020-10-02 15:06:59 -07:00
deprecated_test.py Reintroduce warnings postponed in 6.0 (#7637) 2020-08-22 11:17:50 -03:00
test_argcomplete.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_assertion.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_assertrewrite.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_cacheprovider.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_capture.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_collection.py py36+: remove rexport of Path and PurePath 2020-10-03 12:16:52 -07:00
test_compat.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_config.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_conftest.py py36+: remove rexport of Path and PurePath 2020-10-03 12:16:52 -07:00
test_debugging.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_doctest.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_entry_points.py Replace importlib_metadata with importlib.metadata on Python 3.8+ 2019-07-04 15:00:10 +02:00
test_error_diffs.py assertion: improve diff output of recursive dataclass/attrs 2020-07-08 19:04:56 +03:00
test_faulthandler.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_findpaths.py py36+: remove rexport of Path and PurePath 2020-10-03 12:16:52 -07:00
test_helpconfig.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_junitxml.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_link_resolve.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_main.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_mark.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_mark_expression.py mark/expression: prevent creation of illegal Python identifiers 2020-06-05 15:57:48 +03:00
test_meta.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_monkeypatch.py py36+: from typing import Type: no longer need guard 2020-10-02 19:50:10 -07:00
test_nodes.py Remove no longer needed `noqa: F821` uses 2020-07-10 13:08:56 +03:00
test_nose.py Node.location: handle str with _node_location_to_relpath 2020-01-23 10:45:31 +01:00
test_parseopt.py testing: improve bash check 2020-07-21 21:21:09 +03:00
test_pastebin.py testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
test_pathlib.py py36+: remove rexport of Path and PurePath 2020-10-03 12:16:52 -07:00
test_pluginmanager.py testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
test_pytester.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_recwarn.py recwarn: improve return type annotation of non-contextmanager pytest.warns 2020-06-25 14:30:42 +03:00
test_reports.py py36+: remove rexport of Path and PurePath 2020-10-03 12:16:52 -07:00
test_runner.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_runner_xunit.py testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
test_session.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_setuponly.py testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
test_setupplan.py testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
test_skipping.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_stepwise.py testing: fix flaky tests on pypy3 due to resource warnings in stderr (#7405) 2020-06-26 09:50:19 -03:00
test_store.py Remove no longer needed `noqa: F821` uses 2020-07-10 13:08:56 +03:00
test_terminal.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_tmpdir.py py36+: remove rexport of Path and PurePath 2020-10-03 12:16:52 -07:00
test_unittest.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_warning_types.py Make pytest warnings show as from 'pytest' module instead of '_pytest.warning_types' 2019-06-15 11:48:34 -03:00
test_warnings.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
typing_checks.py Fix typing of params ids callable form 2020-07-14 14:53:42 +03:00