From: Federico Caselli Date: Fri, 24 Jan 2020 15:40:37 +0000 (+0100) Subject: fix formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=353bacaf70aca2868c937183d43a3b09471db125;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix formatting --- diff --git a/README.unittests.rst b/README.unittests.rst index a7a66f3bb8..bf2d4429c7 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 +configuration 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 @@ -228,7 +228,7 @@ The following configurations are just examples that developers can use to quickly set up a local environment for SQLAlchemy development. They are **NOT** intended for production use! -** PostgreSQL configuration ** +**PostgreSQL configuration**:: # only needed if a local image of postgres is not already present docker pull postgres:12 @@ -246,7 +246,7 @@ intended for production use! # To stop the container. It will also remove it. docker stop postgres -** MySQL configuration ** +**MySQL configuration**:: # only needed if a local image of mysql is not already present docker pull mysql:8 @@ -262,7 +262,7 @@ intended for production use! # To stop the container. It will also remove it. docker stop mysql -** MSSQL configuration ** +**MSSQL configuration**:: # only needed if a local image of mysql is not already present docker pull mcr.microsoft.com/mssql/server:2019-CU1-ubuntu-16.04