Point at do_cli_unicode here too

This commit is contained in:
Jean-Paul Calderone 2020-12-10 07:17:24 -05:00
parent d0c22a529e
commit 066e98874b

View File

@ -39,6 +39,8 @@ class CLITestMixin(ReallyEqualMixin):
""" """
Like ``do_cli_unicode`` but work with ``bytes`` everywhere instead of Like ``do_cli_unicode`` but work with ``bytes`` everywhere instead of
``unicode``. ``unicode``.
Where possible, prefer ``do_cli_unicode``.
""" """
# client_num is used to execute client CLI commands on a specific # client_num is used to execute client CLI commands on a specific
# client. # client.