pytest2/testing
Bruno Oliveira adc0f29b8f Always handle faulthandler stderr even if already enabled
It seems the code that would not install pytest's faulthandler support
if it was already enabled is not really needed at all, and even detrimental
when using `python -X dev -m pytest` to run Python in "dev" mode.

Also simplified the plugin by removing the hook class, now the hooks
will always be active so there's no need to delay the hook definitions anymore.

Fix #8258
2021-01-20 10:29:05 -03:00
..
code Merge pull request #8214 from sousajf1/sousajo_patch_8204_1 2021-01-01 20:44:40 +02:00
example_scripts [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02: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 [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
logging tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
plugins_integration Merge pull request #8235 from pytest-dev/dependabot/pip/testing/plugins_integration/django-3.1.5 2021-01-11 08:24:47 -03:00
python Always use getfixturemarker() to access _pytestfixturefunction 2021-01-01 23:22:10 +02: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 Deprecate raising unittest.SkipTest to skip tests during collection 2021-01-15 00:05:33 +02:00
test_argcomplete.py pytest-dev#8204 migrate some tests to tmp_path fixture (#8209) 2021-01-01 17:25:11 +02: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 testing: convert some tmpdir to tmp_path 2020-12-22 21:08:25 +02:00
test_capture.py [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
test_collection.py Convert most of the collection code from py.path to pathlib 2020-12-22 21:09:36 +02:00
test_compat.py Migrate test_compat.py from testdir to pytester (#7963) 2020-10-29 09:56:34 +02:00
test_config.py testing/test_config: check inipath instead of inifile 2020-12-22 21:08:25 +02:00
test_conftest.py tests: Migrate to pytester - incremental update (#8145) 2020-12-15 13:02:32 +02:00
test_debugging.py [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
test_doctest.py [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +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 Always handle faulthandler stderr even if already enabled 2021-01-20 10:29:05 -03:00
test_findpaths.py py36+: remove rexport of Path and PurePath 2020-10-03 12:16:52 -07:00
test_helpconfig.py Add missing space in '--version' help message 2020-12-28 10:50:06 -05:00
test_junitxml.py address comments 2020-12-18 12:36:20 -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 [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
test_mark_expression.py [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
test_meta.py py36+: com2ann 2020-10-05 18:33:17 -07:00
test_monkeypatch.py [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
test_nodes.py testing/test_nodes: fix fake session to be more accurate 2020-12-19 14:52:40 +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 testing: convert some tmpdir to tmp_path 2020-12-22 21:08:25 +02:00
test_pluginmanager.py [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
test_pytester.py Add dot prefix if file makefile extension is invalid for pathlib (#8222) 2021-01-04 15:58:11 +02: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 [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +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 [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
test_store.py Remove no longer needed `noqa: F821` uses 2020-07-10 13:08:56 +03:00
test_terminal.py reports: BaseReport.{passed,failed,skipped} more friendly to mypy 2021-01-01 15:22:05 +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 unittest: cleanup unexpected success handling (#8231) 2021-01-13 17:02:26 -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 [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
typing_checks.py Fix typing of params ids callable form 2020-07-14 14:53:42 +03:00