From 18962cc15b8562e46ea8b6f60fb5072c344d9b12 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 11 Feb 2014 22:54:40 -0600 Subject: add explicit backend selection examples in a code block --- docs/development/getting-started.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docs/development/getting-started.rst') diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index d2d13a15..412f0545 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -55,8 +55,13 @@ Explicit Backend Selection While testing you may want to run tests against a subset of the backends that cryptography supports. Explicit backend selection can be done via the ``--backend`` flag. This flag should be passed to ``py.test`` with a comma -delimited list of backend names. To use it with ``tox`` you must pass it as -``tox -- --backend=openssl``. +delimited list of backend names. + + +.. code-block:: console + + $ tox -- --backend=openssl + $ py.test --backend=openssl,commoncrypto Building Documentation ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3