]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fixed testing instruction in readme
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 21 May 2020 06:03:04 +0000 (18:03 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 21 May 2020 06:03:04 +0000 (18:03 +1200)
README.rst

index 197b9a9d5602ed67aac75468fea6a0e29b346577..162debd06872c0385eabb8108eebc9414f871a30 100644 (file)
@@ -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/