1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 02:07:53 +03:00
pgcli/tests/features
2015-07-31 09:49:38 -07:00
..
fixture_data Moved behavioral tests into tests. Updated expected help output. Drop test db if exists. 2015-07-12 14:41:36 -07:00
steps Added python version suffix to test db name, so each version creates its own test db. 2015-07-31 09:43:58 -07:00
basic_commands.feature CRUD tests for database and table, select and update on table. 2015-07-28 10:21:43 -07:00
crud_database.feature CRUD tests for database and table, select and update on table. 2015-07-28 10:21:43 -07:00
crud_table.feature Disconnect from test db after table drop. 2015-07-31 09:18:38 -07:00
db_utils.py Added tests for db create/drop, connect/disconnect. Fix for connecting with no password (trust). 2015-07-27 16:28:15 -07:00
environment.py More fiddling with python version string. 2015-07-31 09:49:38 -07:00
fixture_utils.py Moved behavioral tests into tests. Updated expected help output. Drop test db if exists. 2015-07-12 14:41:36 -07:00