Part of lp.testing.layers View In Hierarchy
Inherited from PgTestSetup:
| Method | __init__ | Construct the PgTestSetup |
| Method | superuser_connection | Undocumented |
| Method | setUp | Create a fresh database (dropping the old if necessary) |
| Method | tearDown | Close all outstanding connections and drop the database |
| Method | connect | Get an open DB-API Connection object to a temporary database |
| Method | dropDb | Drop the database if it exists. |
| Method | force_dirty_database | flag the database as being dirty |
| Method | _connectionString | Undocumented |