diff --git a/docs/testing.rst b/docs/testing.rst index 82e10328..50e72762 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -40,7 +40,7 @@ pytest. Next, we create a `pytest fixture`_ called :func:`client` that configures -the application for testing and initializes a new database.:: +the application for testing and initializes a new database:: import os import tempfile