~cjwatson/python-pgbouncer/tox

« back to all changes in this revision

Viewing changes to README

  • Committer: Gavin Panella
  • Date: 2011-10-26 14:51:41 UTC
  • mfrom: (8.1.12 reliable-shutdown)
  • Revision ID: gavin@gromper.net-20111026145141-pq7x5ccuik9eqx5l
Ensure that pgbouncer is fully shutdown when PGBouncerFixture.stop() returns.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
* python-fixtures (https://launchpad.net/python-fixtures or
31
31
  http://pypi.python.org/pypi/fixtures)
32
32
 
 
33
* testtools (http://pypi.python.org/pypi/testtools)
 
34
 
33
35
Testing Dependencies
34
36
====================
35
37
 
 
38
In addition to the above, the tests also depend on:
 
39
 
 
40
* psycopg2 (http://pypi.python.org/pypi/psycopg2)
 
41
 
36
42
* subunit (http://pypi.python.org/pypi/python-subunit) (optional)
37
43
 
38
 
* testtools (http://pypi.python.org/pypi/testtools)
 
44
* testresources (http://pypi.python.org/pypi/testresources)
39
45
 
40
46
* van.pg (http://pypi.python.org/pypi/van.pg)
41
47
 
75
81
immediately available, you can use ./bootstrap.py to create bin/buildout, then
76
82
bin/py to get a python interpreter with the dependencies available.
77
83
 
78
 
To run the tests, run 'bin/py pgbouncer/tests.py'.
 
84
To run the tests, run either:
 
85
 
 
86
 $ bin/py pgbouncer/tests.py
 
87
 
 
88
or:
 
89
 
 
90
 $ bin/py -m testtools.run pgbouncer.tests.test_suite