diff --git a/AUTHORS b/AUTHORS index a089ca678f7..5f70e0df180 100644 --- a/AUTHORS +++ b/AUTHORS @@ -151,6 +151,7 @@ Eli Boyarski Elizaveta Shashkova Éloi Rivard Emil Hjelm +Emily Mamcarz Endre Galaczi Eric Hunsberger Eric Liu diff --git a/doc/en/how-to/subtests.rst b/doc/en/how-to/subtests.rst index 5a08dbc4769..c01b79fbca3 100644 --- a/doc/en/how-to/subtests.rst +++ b/doc/en/how-to/subtests.rst @@ -26,10 +26,10 @@ Subtests are an alternative to parametrization, particularly useful when the exa Each assertion failure or error is caught by the context manager and reported individually: -.. code-block:: pytest +.. code-block:: console $ pytest -q test_subtest.py - uuuuuF [100%] + u u u u uF [100%] ================================= FAILURES ================================= _______________________ test [custom message] (i=1) ________________________