test_ok2/testing
Bruno Oliveira 70b5bdf4ba
Merge pull request #7264 from bluetech/wcwidth
Improve our own wcwidth implementation and remove dependency on wcwidth package
2020-05-31 12:37:58 -03:00
..
code Add requested comment as per review 2020-05-19 19:20:41 -03:00
example_scripts Fix warnings summary 2020-05-05 21:40:34 +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 Improve our own wcwidth implementation and remove dependency on wcwidth package 2020-05-26 17:14:01 +03:00
logging logging: propagate errors during log message emits 2020-05-19 11:16:39 +03:00
python Prevent pytest from printing ConftestImportFailure traceback 2020-05-25 13:57:03 +02:00
acceptance_test.py Handle EPIPE/BrokenPipeError in pytest's CLI 2020-05-08 12:51:02 +03:00
conftest.py Assorted improvements following up #6658 2020-02-20 18:51:41 -03:00
deprecated_test.py logging: remove deprecated --no-print-logs option/ini 2020-05-17 21:41:38 +03:00
test_argcomplete.py Change EnvironmentError, IOError to OSError - they are aliases 2020-03-27 18:40:23 +03:00
test_assertion.py Remove some no-longer-needed compat code in test_assertion 2020-04-08 21:35:42 +03:00
test_assertrewrite.py tests: revisit tests for removed load_module 2020-05-17 14:16:43 -07:00
test_cacheprovider.py Fix regressions with `--lf` plugin 2020-05-15 18:35:38 -03:00
test_capture.py capture: remove some unclear parametrization from a test 2020-05-27 15:27:16 +03:00
test_collection.py Package.name now contains only basname of the package 2020-05-16 15:04:07 -03:00
test_compat.py tests: cover safe_getattr 2020-01-15 11:20:00 +01:00
test_config.py Added support for less verbose version information (#7169) 2020-05-23 11:27:58 -03:00
test_conftest.py Move ExitCode's definition from _pytest.main to _pytest.config 2020-02-10 23:55:06 +02:00
test_debugging.py Add test for exposure of underlying exception 2020-05-23 18:19:33 +02:00
test_doctest.py Fix _is_setup_py for files encoded differently than locale 2020-05-07 13:14:58 -07: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_helpconfig.py Added support for less verbose version information (#7169) 2020-05-23 11:27:58 -03:00
test_junitxml.py Remove Python 2 compat code in test_juintxml.py 2020-04-09 17:33:55 +03:00
test_main.py Merge remote-tracking branch 'upstream/master' into mm 2020-02-11 19:22:28 -03:00
test_mark.py Package.name now contains only basname of the package 2020-05-16 15:04:07 -03:00
test_mark_expression.py mark/expression: support compiling once and reusing for multiple evaluations 2020-05-12 12:53:12 +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 Remove Python 2 compat check in test_monkeypatch.py 2020-04-09 17:11:18 +03:00
test_nodes.py Add test and changelog for #6428 2020-05-30 20:02:47 -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 Fix "lexer" being used when uploading to bpaste.net 2019-08-30 15:34:03 -04:00
test_pathlib.py Switch from deprecated imp to importlib 2019-06-24 09:48:38 -07:00
test_pluginmanager.py Move ExitCode's definition from _pytest.main to _pytest.config 2020-02-10 23:55:06 +02: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 Fix py35 CI run 2020-05-27 09:27:13 +02:00
test_resultlog.py Handle unknown stats in pytest_report_teststatus hook 2020-03-12 20:52:22 -03:00
test_runner.py Issue 1316 - longrepr is a string when pytrace=False (#7100) 2020-05-30 14:10:58 +03:00
test_runner_xunit.py Fix plurality mismatch for and in pytest terminal summary 2019-10-27 15:16:24 +00: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 Issue 1316 - longrepr is a string when pytrace=False (#7100) 2020-05-30 14:10:58 +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 Improve our own wcwidth implementation and remove dependency on wcwidth package 2020-05-26 17:14:01 +03:00
test_tmpdir.py Cleanup/move imports with tmpdir tests (#7015) 2020-04-04 14:25:34 +02:00
test_unittest.py Do not call TestCase.tearDown for skipped tests (#7236) 2020-05-30 14:33:22 -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 remove a stray comma in a test tuple 2020-05-28 00:02:28 -04:00