Skip to content

Commit

Permalink
docs: fix code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Jul 7, 2024
1 parent c781606 commit dd429e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ Containers can be reused across consecutive test runs.
How to use?
^^^^^^^^^^^

1. Add `testcontainers.reuse.enable=true` to `~/.testcontainers.properties`
2. Disable ryuk by setting the environment variable `TESTCONTAINERS_RYUK_DISABLED=true`
3. Instantiate a container using `with_reuse`
1. Add :code:`testcontainers.reuse.enable=true` to :code:`~/.testcontainers.properties`
2. Disable ryuk by setting the environment variable :code:`TESTCONTAINERS_RYUK_DISABLED=true`
3. Instantiate a container using :code:`with_reuse`

.. doctest::

Expand Down

0 comments on commit dd429e7

Please sign in to comment.