From: Daniele Varrazzo Date: Thu, 21 May 2020 06:03:04 +0000 (+1200) Subject: Fixed testing instruction in readme X-Git-Tag: 3.0.dev0~509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f32839f50c40b61ed7c49d94c148cc1bf1b80d;p=thirdparty%2Fpsycopg.git Fixed testing instruction in readme --- diff --git a/README.rst b/README.rst index 197b9a9d5..162debd06 100644 --- a/README.rst +++ b/README.rst @@ -25,10 +25,10 @@ All the available tests and dev support are defined in ``tox.ini``: please refer to `tox documentation`__ for its usage. You can run all the tests with:: psql -c 'create database psycopg3_test' + export PSYCOPG3_TEST_DSN="dbname=psycopg3_test" tox -s -You can use the ``PSYCOPG3_TEST_DSN`` env var to select a different database -to run the tests. You can install the test dependencies in your virtualenv to -run the tests faster: please look at the ``tox.ini`` comments for instructions. +You can also install the test dependencies in your virtualenv to run tests +faster: please look at the ``tox.ini`` comments for instructions. .. __: https://tox.readthedocs.io/