Skip to content

Commit

Permalink
update testing behavior docs to reflect support of warning feature in…
Browse files Browse the repository at this point in the history
… virtualenv mode
  • Loading branch information
mc51 committed Apr 9, 2024
1 parent 7c4d7d6 commit a07305a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/testing-behavior.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Warning Behavior

.. note::

As of now, this feature is only available for the default execution mode ``local``
As of now, this feature is only available for the default execution mode ``local`` and for ``virtualenv``

Cosmos enables you to receive warning notifications from tests and process them using a callback function.
The ``on_warning_callback`` parameter adds two extra context variables to the callback function: ``test_names`` and ``test_results``.
Expand Down

0 comments on commit a07305a

Please sign in to comment.