test_ok2/testing
Bruno Oliveira fcbaab8b0b
Allow tests to override "global" `log_level` (rebased) (#7340)
Co-authored-by: Ruaridh Williamson <ruaridh.williamson@flexciton.com>
2020-06-08 22:05:46 -03:00
..
code Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
example_scripts Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
examples pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00
freeze Replace a few outdated references to py.test with pytest 2019-10-26 16:28:17 +03:00
io Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
logging Allow tests to override "global" `log_level` (rebased) (#7340) 2020-06-08 22:05:46 -03:00
python Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
acceptance_test.py Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5965 (#6523) 2020-06-08 10:56:40 -03:00
conftest.py Introduce _pytest.timing as a way to control timing during tests 2020-05-23 11:50:33 -03:00
deprecated_test.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_argcomplete.py Change EnvironmentError, IOError to OSError - they are aliases 2020-03-27 18:40:23 +03:00
test_assertion.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_assertrewrite.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_cacheprovider.py Fix regressions with `--lf` plugin 2020-05-15 18:35:38 -03:00
test_capture.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_collection.py Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5965 (#6523) 2020-06-08 10:56:40 -03:00
test_compat.py tests: cover safe_getattr 2020-01-15 11:20:00 +01:00
test_config.py Add pyproject.toml support (#7247) 2020-06-08 10:03:10 -03:00
test_conftest.py Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5965 (#6523) 2020-06-08 10:56:40 -03:00
test_debugging.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_doctest.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +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 pre-commit: upgrade flake8 3.7.7 -> 3.8.1 2020-05-12 09:29:40 +03:00
test_faulthandler.py Skip flaky test test_faulthandler.py::test_timeout[True] 2020-04-09 17:23:54 +03:00
test_findpaths.py Add pyproject.toml support (#7247) 2020-06-08 10:03:10 -03:00
test_helpconfig.py Added support for less verbose version information (#7169) 2020-05-23 11:27:58 -03:00
test_junitxml.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_link_resolve.py Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5965 (#6523) 2020-06-08 10:56:40 -03:00
test_main.py 7119: data loss with mistyped --basetemp (#7170) 2020-06-08 21:54:22 -03:00
test_mark.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_mark_expression.py mark/expression: prevent creation of illegal Python identifiers 2020-06-05 15:57:48 +03:00
test_meta.py Fix test_no_warnings to handle e.g. `_pytest.async` (#7044) 2020-04-09 16:56:01 +02:00
test_monkeypatch.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_nodes.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +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 Merge remote-tracking branch 'upstream/master' into mm 2020-02-11 19:22:28 -03:00
test_pastebin.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_pathlib.py Fix removal of very long paths on Windows (#6755) 2020-06-02 08:56:33 -03:00
test_pluginmanager.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_pytester.py mark: reuse compiled expression for all items in -k/-m 2020-05-12 12:55:37 +03:00
test_recwarn.py Use a hack to make typing of pytest.fail.Exception & co work 2020-02-18 23:17:27 +02:00
test_reports.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_resultlog.py Handle unknown stats in pytest_report_teststatus hook 2020-03-12 20:52:22 -03:00
test_runner.py Type annotate some parts related to runner & reports 2020-06-05 11:34:20 +03:00
test_runner_xunit.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_session.py Simplify test_rootdir_wrong_option_arg (#6812) 2020-02-28 18:38:07 +01:00
test_setuponly.py Better test method name 2020-05-10 16:59:20 +03:00
test_setupplan.py pre-commit: upgrade flake8 3.7.7 -> 3.8.1 2020-05-12 09:29:40 +03:00
test_skipping.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_stepwise.py tests: test_xfail_handling: use sys.dont_write_bytecode 2020-01-11 23:05:12 +01:00
test_store.py Add setdefault() method to Store 2020-03-06 11:42:20 +02:00
test_terminal.py Add pyproject.toml support (#7247) 2020-06-08 10:03:10 -03:00
test_tmpdir.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00
test_unittest.py Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03: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 Enable check_untyped_defs mypy option for testing/ too 2020-06-05 11:34:20 +03:00