summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2020-12-01dependencies: add support for sqlparse 0.4.x (#1224)Kevin Marsh
2020-10-13test: test pgcli on python3.9 (#1214)laixintao
2020-07-31Update suggestion literals (#1195)Sky.G.Uieen
2020-04-17Add pg_service.conf handling (#1155)g.denis
2020-04-05upgrade prompt-toolit to 3.0 (#1149)赖信涛
2020-03-14removed py2-related stuffGeorgy Frolov
2020-03-09Deprecate Python2.7. (#1153)赖信涛
2019-10-29run black againMartin Matějek
2019-10-23Add a test to verify error message.Amjith Ramanujam
2019-10-12fixup! Take account of table aliases when completing function args (#1048)Owen Stephens
2019-10-12Take account of table aliases when completing function args (#1048)Owen Stephens
2019-08-23Issue 1018 display first 1k rows (#1092)Irina Truong
2019-06-02Run black on test files.Amjith Ramanujam
2019-06-02Add \G as a temporary way to use expanded mode.Amjith Ramanujam
2019-05-25black all the things. (#1049)Irina Truong
2019-05-21pep8.Irina Truong
2019-05-21Fix for dsn_password behave test.Irina Truong
2019-05-15Add a behave test with spaces in password.Amjith Ramanujam
2019-05-14Add some behavioral tests for command line options.Amjith Ramanujam
2019-05-06Fix the tests.Amjith Ramanujam
2019-05-06Upgrade to sqlparse 0.3.0.Amjith Ramanujam
2019-04-27Allow application_name to be overridden (#1044)raylu
2019-03-18pep8.Irina Truong
2019-03-18Unit test.Irina Truong
2019-02-08fix unhashable formatted textDick Marinus
2019-01-22Merge pull request #1001 from dbcli/internal/add_behave_loggingAmjith Ramanujam
2019-01-22Merge pull request #996 from saper/pexpect_exceptionsDick Marinus
2019-01-22fixup! Clean up and add behave logging (#956)Dick Marinus
2019-01-22VISUAL overrides the value of EDITOR for the \e commandMarcin Cieślak
2019-01-22Use pexpect.TIMEOUT instead of pexpect.exceptions.TIMEOUTMarcin Cieślak
2019-01-03Support multihost connection string (#978)Mikhail Elovskikh
2019-01-02Remove some functions completions (#982)Irina Truong
2018-11-27Fix special commands (#973)Amjith Ramanujam
2018-10-14Clean up and add behave logging (#956)Dick Marinus
2018-10-02Fix for pgcli --list. (#952)Irina Truong
2018-09-28Cherry-picked prompt-toolkit 2.0 changes. (#930)Irina Truong
2018-09-23Merge pull request #871 from maxrothman/masterIrina Truong
2018-09-23Respect \pset pager on expected behaviorMax Rothman
2018-09-22pep8Irina Truong
2018-09-22Revert abs imports in tests.Irina Truong
2018-09-22pep8Irina Truong
2018-09-22Attempt to fix failing tests. Add some debug info. Make imports py3-compatible.Irina Truong
2018-06-17Pep8.Irina Truong
2018-06-16Remove minor whitespace changescatherinedevlin
2018-06-16switched view query to imitating psqlcatherinedevlin
2018-06-16Moved code to pgexecutecatherinedevlin
2018-05-26Refactor destructive warning in behave testsDick Marinus
2018-05-20Fix typo in test fixture.Amjith Ramanujam
2018-05-19Merge pull request #885 from dbcli/pr884Dick Marinus
2018-05-18Merge branch 'master' into feature/get-last-sql-queryAmjith Ramanujam