From f0f32839f50c40b61ed7c49d94c148cc1bf1b80d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 21 May 2020 18:03:04 +1200 Subject: [PATCH] Fixed testing instruction in readme --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/ -- 2.47.2