pytest2/testing
Bruno Oliveira 59067ad33d Make -r letters "f" and "F" aliases
As far as the output is concerned, they are both identical so it doesn't
make sense to have both.

setup, teardown, and collect failures are already reported as "errors", "E".
2019-12-12 07:43:37 -03:00
..
code Add type annotations to _pytest._code.code 2019-11-16 22:29:57 +02:00
example_scripts Validate xunit2 files against the schema 2019-08-09 10:55:06 -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 py38: do not call None() directly 2019-11-06 22:08:10 +01:00
logging Add log-auto-indent option to control multiline formatting 2019-10-25 11:31:33 -04:00
python deprecate direct node construction and introduce Node.from_parent 2019-11-23 21:54:11 +01:00
acceptance_test.py Include new --capture-mode=tee-sys option 2019-12-09 13:05:23 -03:00
conftest.py tests: conftest: handle tests using runpytest_subprocess as "slowest" 2019-10-28 13:43:42 +01:00
deprecated_test.py deprecate direct node construction and introduce Node.from_parent 2019-11-23 21:54:11 +01:00
test_argcomplete.py pre-commit run pyupgrade --all-files 2019-06-03 12:08:02 -03:00
test_assertion.py pytester: Hookrecorder: improve assertoutcome 2019-11-13 13:48:20 +01:00
test_assertrewrite.py Import Path from _pytest.pathlib for py35 2019-11-15 22:19:53 +01:00
test_cacheprovider.py Ensure cache supporting files still exist after --cache-clear 2019-12-01 10:36:47 -03:00
test_capture.py Include new --capture-mode=tee-sys option 2019-12-09 13:05:23 -03:00
test_collection.py Add a failing test to ensure not everything matches by accident 2019-12-05 17:02:48 +01:00
test_compat.py Add a @cached_property implementation 2019-11-10 10:21:55 +02:00
test_config.py Import Path from _pytest.pathlib for py35 2019-11-15 22:19:53 +01:00
test_conftest.py Import Path from _pytest.pathlib for py35 2019-11-15 22:19:53 +01:00
test_debugging.py fixes #5065 2019-11-27 11:25:23 +01:00
test_doctest.py Fix line detection for properties in doctest tests 2019-11-22 23:50: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_faulthandler.py tests: speed up test_faulthandler.test_timeout 2019-10-28 13:44:06 +01:00
test_helpconfig.py initial conversion of exit codes to enum 2019-06-15 06:48:00 +02:00
test_junitxml.py Import Path from _pytest.pathlib for py35 2019-11-15 22:19:53 +01:00
test_main.py main: wrap_session: handle exit.Exception with notify_exception 2019-11-21 22:50:33 +01:00
test_mark.py deprecate direct node construction and introduce Node.from_parent 2019-11-23 21:54:11 +01:00
test_meta.py tests: mark test_meta as slow 2019-10-22 23:44:52 +02:00
test_modimport.py pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00
test_monkeypatch.py pre-commit run pyupgrade --all-files 2019-06-03 12:08:02 -03:00
test_nodes.py pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00
test_nose.py typos 2019-10-31 23:19:35 -05:00
test_parseopt.py Add type annotations to _pytest.config.argparsing and corresponding Config code 2019-11-20 22:02:27 +02: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 deprecate direct node construction and introduce Node.from_parent 2019-11-23 21:54:11 +01:00
test_pytester.py pytester: remove special handling of env during inner runs 2019-11-22 21:50:31 +01:00
test_recwarn.py Revert "Let context-managers for raises and warns handle unknown keyword arguments" 2019-07-14 14:28:21 +03:00
test_reports.py Introduce --report-log option 2019-10-30 09:43:33 -03:00
test_resultlog.py Replace py.io.TextIO with io.StringIO 2019-10-26 16:33:57 +03:00
test_runner.py Modify test for new expected behaviour 2019-11-21 11:50:40 +00: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 saferepr: handle BaseExceptions 2019-11-06 22:08:10 +01:00
test_setuponly.py Merge master into features 2019-10-21 00:08:03 +02:00
test_setupplan.py Merge remote-tracking branch 'upstream/master' into release-5.3.0 2019-11-19 12:42:11 -03:00
test_skipping.py re-run black 2019-11-16 18:55:32 +01:00
test_stepwise.py Merge master into features 2019-11-06 14:22:07 +01:00
test_terminal.py Make -r letters "f" and "F" aliases 2019-12-12 07:43:37 -03:00
test_tmpdir.py re-run black 2019-11-16 18:55:32 +01:00
test_unittest.py Merge branch 'features' into unittest-debug 2019-12-03 10:52:53 -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 Merge remote-tracking branch 'upstream/master' into mm 2019-12-03 11:07:34 -03:00