pytest/testing
Anthony Sottile 00a163c152 Merge pull request #9719 from asottile/fix-setuptools-pollution
prevent import-time side-effects from setuptools bundled importlib-metadata
2022-03-06 15:04:43 -03:00
..
code [7.0.x] Add autoflake to pre-commit configuration 2022-02-11 17:34:30 +00:00
example_scripts Rename pathlib hook parameters (#9363) 2021-12-03 13:14:09 +01:00
examples fix bug in test for issue 519 2021-03-07 15:01:39 +01:00
freeze testing: fix some docstring issues 2020-08-03 10:10:43 +03:00
io Increase truncation threshold with -v, disable with -vv 2021-03-26 07:05:30 -03:00
logging Use {node,config}.stash instead of ._store 2021-07-24 17:40:08 +03:00
plugins_integration build(deps): Bump pytest-django in /testing/plugins_integration 2021-12-06 03:02:03 +00:00
python Rename pathlib hook parameters (#9363) 2021-12-03 13:14:09 +01:00
acceptance_test.py Fix typos (#9424) 2021-12-27 09:26:25 -03:00
conftest.py Rename pathlib hook parameters (#9363) 2021-12-03 13:14:09 +01:00
deprecated_test.py [7.0.x] Revert "Deprecate raising unittest.SkipTest to skip tests during collection" 2022-02-23 14:01:42 +00: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 Enable testing with Python 3.11 (#9511) 2022-02-11 12:26:29 -03:00
test_assertrewrite.py Merge pull request #9522 from holmanb/rewrite-test 2022-01-20 13:21:48 -03:00
test_cacheprovider.py [7.0.x] Fix count of selected tests on terminal collection summary 2022-02-15 11:40:19 +00:00
test_capture.py testing: remove a few redundant py references 2021-10-16 11:58:35 +03:00
test_collection.py [7.0.x] Try to import module before creating dummy modules with 'importmode=importlib' 2022-02-14 15:01:57 +00:00
test_compat.py Enable testing with Python 3.11 (#9511) 2022-02-11 12:26:29 -03:00
test_config.py [7.0.x] Improve error message for malformed pyproject.toml files 2022-03-06 16:39:21 +00:00
test_conftest.py Rename pathlib hook parameters (#9363) 2021-12-03 13:14:09 +01:00
test_debugging.py Use public API for adding config cleanup 2021-10-22 11:03:27 +03:00
test_doctest.py Merge pull request #9719 from asottile/fix-setuptools-pollution 2022-03-06 15:04:43 -03: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 Only re-enable fauthandler during unconfigure if it was enabled before 2021-01-25 12:28:00 -03:00
test_findpaths.py Add a test for invalid TOML file 2021-07-06 16:53:32 +03:00
test_helpconfig.py Remove py version printing, traceback filtering, freezing 2021-10-16 12:01:31 +03:00
test_junitxml.py Rename pathlib hook parameters (#9363) 2021-12-03 13:14:09 +01:00
test_legacypath.py [7.0.x] Ensure Config.inifile is available during pytest_cmdline_main 2022-01-04 13:24:11 +00:00
test_link_resolve.py tests: Migrate to pytester - final update 2020-12-18 11:02:38 -08:00
test_main.py Enable testing with Python 3.11 (#9511) 2022-02-11 12:26:29 -03:00
test_mark.py Change PytestRemovedIn7Warning to error by default 2021-11-14 23:57:10 +02:00
test_mark_expression.py Support forwardslash characters in identifiers (#9249) 2021-11-01 08:54:18 +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 [7.0.x] Delay warning about collector/item diamond inheritance 2022-02-10 17:12:02 +00:00
test_nose.py [7.0.x] Revert "Deprecate raising unittest.SkipTest to skip tests during collection" 2022-02-23 14:01:42 +00:00
test_parseopt.py argparsing: export Parser and OptionGroup for typing purposes 2021-05-24 00:52:03 +03:00
test_pastebin.py Update pastebin URL from bpaste to bpa.st (#9131) 2021-10-06 08:12:48 -03:00
test_pathlib.py [7.0.x] Try to import module before creating dummy modules with 'importmode=importlib' 2022-02-14 15:01:57 +00:00
test_pluginmanager.py Adjust doc links for new scheme 2021-07-06 09:11:35 +02:00
test_pytester.py Enable testing with Python 3.11 (#9511) 2022-02-11 12:26:29 -03:00
test_python_path.py [7.0.x] Rename ``pythonpath`` plugin to ``python_path`` 2022-02-09 11:20:53 +00:00
test_recwarn.py recwarn: fix was -> were in DID NOT WARN message 2021-10-27 08:36:10 +03:00
test_reports.py reports: support any PathLike instead of only Path, py.path 2021-03-18 10:23:48 +02:00
test_runner.py Fix typos (#9424) 2021-12-27 09:26:25 -03:00
test_runner_xunit.py [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
test_scope.py Refactor internal scope handling by introducing Scope enum 2021-08-01 06:11:56 -03:00
test_session.py python: remove the `Instance` collector node 2021-11-13 14:03:44 +02:00
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 Merge pull request #9417 from nicoddemus/fix-py3.10.1-9413 2021-12-16 10:38:43 -03:00
test_stash.py Fix typos (#9424) 2021-12-27 09:26:25 -03:00
test_stepwise.py #9062 - Allow `--stepwise-skip` to implicitly enable `--stepwise` (#9064) 2021-08-30 19:24:14 +01:00
test_terminal.py [7.0.x] Fix count of selected tests on terminal collection summary 2022-02-15 11:40:19 +00:00
test_threadexception.py Fix warning filters used in tests 2021-05-04 17:25:02 +02:00
test_tmpdir.py Move tmpdir to legacypath plugin 2021-10-28 21:51:51 +03:00
test_unittest.py [7.0.x] Revert "Deprecate raising unittest.SkipTest to skip tests during collection" 2022-02-23 14:01:42 +00:00
test_unraisableexception.py Fix warning filters used in tests 2021-05-04 17:25:02 +02:00
test_warning_types.py add type hint to parametrized warning_class 2020-10-25 18:31:43 +00:00
test_warnings.py Fix typos (#9424) 2021-12-27 09:26:25 -03:00
typing_checks.py Fix typing of params ids callable form 2020-07-14 14:53:42 +03:00