1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
Joakim Koljonen
6d41a8a6bd
Fix crash bug with named queries
And add behave tests.
2016-08-23 13:47:04 +02:00
koljonen
838d4f6950
Remove dead code and fix a broken test (all found by Codacy) 2016-05-15 19:41:30 +02:00
Iryna Cherniavska
08347934c4 Fix for behave tests failing with pexpect 4.0. 2015-10-05 14:11:31 -07:00
Iryna Cherniavska
72ea4edcec Strip color codes out of behave actual output. 2015-09-13 11:21:13 -07:00
Iryna Cherniavska
870b613f6f When behave fails, it prints out expected and actual output. 2015-09-13 10:19:25 -07:00
Iryna Cherniavska
6664337a85 Functional test for refresh command. 2015-09-06 10:18:21 -07:00
Amjith Ramanujam
6e1bc6fcd1 Merge pull request #342 from dbcli/j-bennet/completion-in-named-query
Autocompletion in named queries.
2015-08-25 21:45:53 -07:00
Iryna Cherniavska
037e8c84a0 Minor test changes. 2015-08-25 19:35:40 -07:00
Iryna Cherniavska
da12a70cbb Added read_from_file back into iospecial (it was removed but is still being used. Added integration test for editing a file. 2015-08-24 17:46:40 -07:00
Iryna Cherniavska
a895703201 Shortened expect timeouts. 2015-08-05 09:00:55 -07:00
Iryna Cherniavska
10d76fb978 Fixes for test database being in use problem. 2015-08-05 08:50:54 -07:00
Iryna Cherniavska
2c9056133a More fiddling with python version string. 2015-07-31 09:49:38 -07:00
Iryna Cherniavska
59af55c90b Added python version suffix to test db name, so each version creates its own test db. 2015-07-31 09:43:58 -07:00
Iryna Cherniavska
ae2e56f319 Disconnect from test db after table drop. 2015-07-31 09:18:38 -07:00
Iryna Cherniavska
22670a8393 CRUD tests for database and table, select and update on table. 2015-07-28 10:21:43 -07:00
Iryna Cherniavska
4903604704 Working on more test steps. 2015-07-27 22:21:12 -07:00
Iryna Cherniavska
4a5c77d5ca Added tests for db create/drop, connect/disconnect. Fix for connecting with no password (trust). 2015-07-27 16:28:15 -07:00
Iryna Cherniavska
4980b4ef09 Moved behavioral tests into tests. Updated expected help output. Drop test db if exists. 2015-07-12 14:41:36 -07:00