summaryrefslogtreecommitdiffstats
path: root/tests/features
AgeCommit message (Expand)Author
2017-05-22Merge remote-tracking branch 'upstream/master' into feature/tox_behaveDick Marinus
2017-05-22Add behave to toxDick Marinus
2017-05-06fix pgspecial update in behave testsDick Marinus
2017-05-02Behave remove boiler plate codeDick Marinus
2017-04-29Get rid of tmp var.Irina Truong
2017-04-29Merge branch 'master' into feature/behave_fix_cleanupIrina Truong
2017-04-29Test using behave the tee commandDick Marinus
2017-04-29behave fix clean upDick Marinus
2017-04-29remove debugging logfileDick Marinus
2017-04-28behave test source commandDick Marinus
2017-04-28behave quit pgcli nicelyDick Marinus
2017-04-25behave pager wrapperDick Marinus
2017-03-31Switched back to expect_exact in iocommands test.Irina Truong
2017-03-31switch from nano to exDick Marinus
2017-03-31Fix coverage tests, fix PGPASSWORDDick Marinus
2017-03-31After editor command, expect colored sql.Irina Truong
2017-03-31Renamed pgcli to dbcli and postgres to dbserver, to make .feature files reusa...Irina Truong
2017-03-31Added coverage support for functional tests.Irina Truong
2017-03-31Fixed failing test.Irina Truong
2017-03-31Housekeeping: separated test steps into different files.Irina Truong
2017-03-31Removed unnecessary 'pgcli installed' test step.Irina Truong
2016-08-23Fix crash bug with named queriesJoakim Koljonen
2016-05-15Remove dead code and fix a broken test (all found by Codacy)koljonen
2015-10-05Fix for behave tests failing with pexpect 4.0.Iryna Cherniavska
2015-09-13Strip color codes out of behave actual output.Iryna Cherniavska
2015-09-13When behave fails, it prints out expected and actual output.Iryna Cherniavska
2015-09-06Functional test for refresh command.Iryna Cherniavska
2015-08-25Merge pull request #342 from dbcli/j-bennet/completion-in-named-queryAmjith Ramanujam
2015-08-25Minor test changes.Iryna Cherniavska
2015-08-24Added read_from_file back into iospecial (it was removed but is still being u...Iryna Cherniavska
2015-08-05Shortened expect timeouts.Iryna Cherniavska
2015-08-05Fixes for test database being in use problem.Iryna Cherniavska
2015-07-31More fiddling with python version string.Iryna Cherniavska
2015-07-31Added python version suffix to test db name, so each version creates its own ...Iryna Cherniavska
2015-07-31Disconnect from test db after table drop.Iryna Cherniavska
2015-07-28CRUD tests for database and table, select and update on table.Iryna Cherniavska
2015-07-27Working on more test steps.Iryna Cherniavska
2015-07-27Added tests for db create/drop, connect/disconnect. Fix for connecting with n...Iryna Cherniavska
2015-07-12Moved behavioral tests into tests. Updated expected help output. Drop test db...Iryna Cherniavska