From e70ad70426de03982c3abb78eb7b8292e86c3950 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Fri, 24 Jan 2020 19:24:27 +0100 Subject: [PATCH] typos --- README.unittests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.unittests.rst b/README.unittests.rst index d108a4839d..b8fbd5fd6a 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -141,7 +141,7 @@ The above paragraph changes somewhat when the multiprocessing option is used, in that separate databases will be created instead, however in the case of Postgresql, the starting database is used as a template, so the starting database must still be empty. See below for example -configuration using docker. +configurations using docker. The test runner will by default create and drop tables within the default database that's in the database URL, *unless* the multiprocessing option is in @@ -285,7 +285,7 @@ intended for production use! NOTE: with this configuration the url to use is not the default one configured in setup, but ``mssql+pymssql://scott:tiger^5HHH@127.0.0.1:1433/test``. It can -be used with py.test by using ``--db docker_mssql`` +be used with py.test by using ``--db docker_mssql``. CONFIGURING LOGGING ------------------- -- 2.47.2