..
code
Enable check_untyped_defs mypy option for testing/ too
2020-06-05 11:34:20 +03:00
example_scripts
Fix mypy checks
2020-06-09 14:48:49 -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
Merge pull request #7364 from nicoddemus/parseoutcomes-plural-6505
2020-06-15 20:27:40 -03:00
acceptance_test.py
Introduce --import-mode=importlib ( #7246 )
2020-06-13 11:29:01 -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
Fix mypy checks
2020-06-09 14:48:49 -03: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
Don't treat ini keys defined in conftest.py as invalid ( #7384 )
2020-06-18 12:58:41 -03: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
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
Finish deprecation of "slave"
2020-06-12 22:49:33 +10: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
Introduce --import-mode=importlib ( #7246 )
2020-06-13 11:29:01 -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
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
Finish deprecation of "slave"
2020-06-12 22:49:33 +10: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
skipping: refactor skipif/xfail mark evaluation
2020-06-20 16:15:28 +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
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