mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Added info about running the test suite in the docs
They were in the INSTALL file, which is quite out-of-date now. Also fixed a couple of other things.
This commit is contained in:
parent
72a121c78f
commit
af7789b40c
|
@ -205,6 +205,33 @@ supported.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: tests
|
||||||
|
|
||||||
|
.. _test-suite:
|
||||||
|
|
||||||
|
Running the test suite
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
The included ``Makefile`` allows to run all the tests included in the
|
||||||
|
distribution. Just run::
|
||||||
|
|
||||||
|
make
|
||||||
|
make check
|
||||||
|
|
||||||
|
The tests run against a database called ``psycopg2_test`` on UNIX socket and
|
||||||
|
the standard port. You can configure a different database to run the test by
|
||||||
|
setting the environment variables:
|
||||||
|
|
||||||
|
- :envvar:`PSYCOPG2_TESTDB`
|
||||||
|
- :envvar:`PSYCOPG2_TESTDB_HOST`
|
||||||
|
- :envvar:`PSYCOPG2_TESTDB_PORT`
|
||||||
|
- :envvar:`PSYCOPG2_TESTDB_USER`
|
||||||
|
|
||||||
|
The database should already exist before running the tests.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. index::
|
.. index::
|
||||||
single: debug
|
single: debug
|
||||||
single: PSYCOPG_DEBUG
|
single: PSYCOPG_DEBUG
|
||||||
|
@ -225,13 +252,13 @@ order to create a debug package:
|
||||||
|
|
||||||
- :ref:`Compile and install <source-package>` the package.
|
- :ref:`Compile and install <source-package>` the package.
|
||||||
|
|
||||||
- Set the :envvar:`PSYCOPG_DEBUG` variable::
|
- Set the :envvar:`PSYCOPG_DEBUG` environment variable::
|
||||||
|
|
||||||
$ export PSYCOPG_DEBUG=1
|
$ export PSYCOPG_DEBUG=1
|
||||||
|
|
||||||
- Run your program (making sure that the `!psycopg2` package imported is the
|
- Run your program (making sure that the `!psycopg2` package imported is the
|
||||||
one you just compiled and not e.g. the system one): you will have a copious
|
one you just compiled and not e.g. the system one): you will have a copious
|
||||||
stream of informations printed on stdout.
|
stream of informations printed on stderr.
|
||||||
|
|
||||||
.. __: http://initd.org/psycopg/download/
|
.. __: http://initd.org/psycopg/download/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user