test_ok2/testing
antonblr 15156e94c4 tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
..
code tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
example_scripts py36+: com2ann 2020-10-05 18:33:17 -07:00
examples tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
freeze testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
io tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
logging tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
plugins_integration Merge pull request #8139 from pytest-dev/dependabot/pip/testing/plugins_integration/pytest-html-3.1.1 2020-12-14 08:13:44 -03:00
python python_api: handle array-like args in approx() (#8137) 2020-12-15 08:49:29 -03:00
acceptance_test.py Merge pull request #8055 from bluetech/unraisable 2020-12-05 21:52:17 +02:00
conftest.py testing: make conftest stuff check for pytester not testdir 2020-10-26 15:01:38 +02:00
deprecated_test.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_argcomplete.py py36+: pyupgrade: py36+ 2020-10-03 12:46:54 -07:00
test_assertion.py Add support to display field names in namedtuple diffs. 2020-10-31 14:41:53 +02:00
test_assertrewrite.py Some py.path.local -> pathlib.Path 2020-12-15 00:29:13 +02:00
test_cacheprovider.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_capture.py Migrate to pytester: test_capture.py, test_terminal.py, approx.py (#8108) 2020-12-08 22:20:02 +02:00
test_collection.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_compat.py Migrate test_compat.py from testdir to pytester (#7963) 2020-10-29 09:56:34 +02:00
test_config.py Some py.path.local -> pathlib.Path 2020-12-12 17:33:28 +02:00
test_conftest.py tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
test_debugging.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_doctest.py main: fix only one doctest collected on pytest --doctest-modules __init__.py 2020-11-10 22:50:46 +02: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 Migrate test_error_diffs.py from testdir to pytester (#7971) 2020-10-30 22:12:40 +02:00
test_faulthandler.py Update testing/test_faulthandler.py 2020-11-11 18:35:06 +01:00
test_findpaths.py py36+: remove rexport of Path and PurePath 2020-10-03 12:16:52 -07:00
test_helpconfig.py #7942 test_helpconfig.py migrate from testdir to pytester 2020-10-26 18:30:48 +03:00
test_junitxml.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_link_resolve.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_main.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_mark.py Address feedback for converting testdir to pytester 2020-10-27 17:50:54 +00: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+: com2ann 2020-10-05 18:33:17 -07:00
test_monkeypatch.py tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
test_nodes.py Some py.path.local -> pathlib.Path 2020-12-15 00:29:13 +02:00
test_nose.py Migrate test_nose.py from testdir to pytester 2020-11-30 16:07:26 -06:00
test_parseopt.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_pastebin.py Migrate test_pastebin.py from testdir to pytester 2020-12-01 12:55:59 -06:00
test_pathlib.py Compare also paths on Windows when considering ImportPathMismatchError 2020-12-12 08:54:49 -03:00
test_pluginmanager.py tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
test_pytester.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_recwarn.py Merge pull request #8017 from bluetech/typing-public-fixtures 2020-12-05 21:51:20 +02:00
test_reports.py tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
test_runner.py tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
test_runner_xunit.py pytest-dev#7942 test_runner_xunit.py (#7964) 2020-10-31 12:38:11 +02:00
test_session.py #7942 test_session.py migrate from testdir to pytester 2020-11-04 21:55:07 +05:30
test_setuponly.py Migrate test_setuponly.py from testdir to pytester (#7959) 2020-10-29 09:55:30 +02:00
test_setupplan.py #7942 test_setupplan.py migrate from testdir to Pytester (#8004) 2020-11-07 09:29:45 -03:00
test_skipping.py Add `pytest_markeval_namespace` hook. 2020-12-12 17:41:37 +02:00
test_stepwise.py #7942 refactor stepwise tests to utilize pytester 2020-10-30 19:21:42 +00:00
test_store.py Remove no longer needed `noqa: F821` uses 2020-07-10 13:08:56 +03:00
test_terminal.py terminal: fix "(<Skipped instance>)" skip reason in test status line 2020-12-15 22:24:25 +02:00
test_threadexception.py Add unraisableexception and threadexception plugins 2020-11-21 21:11:48 +02:00
test_tmpdir.py Merge pull request #8017 from bluetech/typing-public-fixtures 2020-12-05 21:51:20 +02:00
test_unittest.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_unraisableexception.py Add unraisableexception and threadexception plugins 2020-11-21 21:11:48 +02:00
test_warning_types.py add type hint to parametrized warning_class 2020-10-25 18:31:43 +00:00
test_warnings.py migrates test_warnings.py from testdir to pytester 2020-12-13 14:13:49 +02:00
typing_checks.py Fix typing of params ids callable form 2020-07-14 14:53:42 +03:00