..
code
config: improve typing
2020-06-22 16:39:14 +03:00
example_scripts
Replace yield_fixture -> fixture in internal code
2020-06-25 14:05:46 +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
Fix-6906: Added code-highlight option to disable highlighting optionally
2020-06-26 13:24:56 -07:00
logging
logging: use unique handlers for caplog and reports
2020-07-01 19:30:03 +03:00
python
python_api: type annotate some parts of pytest.approx()
2020-06-25 15:15:24 +03:00
acceptance_test.py
config: improve typing
2020-06-22 16:39:14 +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
parametrize test_warn_missing for a cleaner test
2020-06-21 10:26:36 -04:00
test_assertrewrite.py
Remove unused type: ignores
2020-06-12 17:34:31 +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
Introduce --import-mode=importlib ( #7246 )
2020-06-13 11:29:01 -03:00
test_compat.py
Introduce --import-mode=importlib ( #7246 )
2020-06-13 11:29:01 -03:00
test_config.py
Merge remote-tracking branch 'origin/master' into issue_7295
2020-06-23 23:21:36 -04:00
test_conftest.py
Introduce --import-mode=importlib ( #7246 )
2020-06-13 11:29:01 -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
Replace yield_fixture -> fixture in internal code
2020-06-25 14:05:46 +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
Add details to error message for junit ( #7390 )
2020-06-23 13:03:46 -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
Disable caching when evaluating expressions in marks ( #7373 )
2020-06-16 12:39:36 +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
monkeypatch: add type annotations
2020-06-12 17:34:31 +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
Replace yield_fixture -> fixture in internal code
2020-06-25 14:05:46 +03:00
test_pluginmanager.py
Introduce --import-mode=importlib ( #7246 )
2020-06-13 11:29:01 -03:00
test_pytester.py
assertoutcomes() only accepts plural forms
2020-06-13 10:29:22 -03: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
Enable check_untyped_defs mypy option for testing/ too
2020-06-05 11:34:20 +03:00
test_resultlog.py
Finish deprecation of "slave"
2020-06-12 22:49:33 +10:00
test_runner.py
Fix exception causes all over the codebase
2020-06-19 22:02:24 +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
skipping: refactor skipif/xfail mark evaluation
2020-06-20 16:15:28 +03: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
Add setdefault() method to Store
2020-03-06 11:42:20 +02:00
test_terminal.py
Fixed test
2020-06-08 22:26:14 -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