summaryrefslogtreecommitdiffstats
path: root/tests/test_main.py
AgeCommit message (Expand)Author
2023-10-06Added \echo & \qecho for Issue #1335 (#1371)ERYoung11
2023-03-18Apply black (version 23.1.0)Damien Baty
2021-09-30Re-run last query with bare `\watch` (#1283)Saif Hakim
2021-09-03Add setting in config to control truncating field values. (#1285)Irina Truong
2021-02-22skip initial comment in pg_session file (#1245)Georgy Frolov
2021-02-12Modernize code to Python 3.6+ (#1229)Miroslav Šedivý
2020-04-17Add pg_service.conf handling (#1155)g.denis
2020-03-14removed py2-related stuffGeorgy Frolov
2019-05-25black all the things. (#1049)Irina Truong
2019-04-27Allow application_name to be overridden (#1044)raylu
2019-01-03Support multihost connection string (#978)Mikhail Elovskikh
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-22Revert abs imports in tests.Irina Truong
2018-09-22Attempt to fix failing tests. Add some debug info. Make imports py3-compatible.Irina Truong
2018-04-05Mark tests requiring a running database server as dbtestDick Marinus
2017-11-30Fixed tests.Irina Truong
2017-11-30Fixed expanded array test.Irina Truong
2017-08-18Preliminary work for a future change in outputting results that uses less memoryDick Marinus
2017-08-07 Import unicode_literals in test_main.pyJoakim Koljonen
2017-08-06Reformat code for readability and linter happinessJoakim Koljonen
2017-08-06Improve formatting of array outputJoakim Koljonen
2017-06-26Move format_output out of Pgcli class.Thomas Roten
2017-06-23PEP8 fixes.Thomas Roten
2017-06-19Merge branch 'master' of github.com:dbcli/pgcli into feature/cli_helpers_outp...Thomas Roten
2017-06-14Fix PEP8 empty line errorsÉtienne BERSAC
2017-06-11Initial work on using CLI Helpers.Thomas Roten
2017-05-25Make it possible to use SSL with pgcliAlexander Schmolck
2017-03-16Make format_output take a settings objectJoakim Koljonen
2016-09-27master: decimal and float format in config fileFoxygrandpa
2016-06-29Repair exception thrown on urls with portsEric Wald
2016-05-15Remove dead code and fix a broken test (all found by Codacy)koljonen
2016-04-27Unquote URI parts prior to using in connectionPavel Savchenko
2016-02-03oh py2.6 how i don't miss youDavid Szotten
2016-02-03factor out `ensure_dir_exists` and use for logDavid Szotten
2016-02-03a few more testsDavid Szotten
2016-02-03ensure target dir exists when copying configDavid Szotten
2016-02-02test for recent patch for execute_from_fileDavid Szotten
2015-11-22Add tests for the format_output.Amjith Ramanujam
2015-10-28Refactor a lot of `run_cli` into smaller submethods:Darik Gamble
2015-10-26Setproctitle should be optional in tests.Iryna Cherniavska
2015-10-23Make setproctitle optional in WindowsAmjith Ramanujam
2015-10-19Clearer function name, handle passwords with spacesStuart Quin
2015-10-18Issue #355 Use setproctitle to hide command line passwordsStuart Quin
2015-10-03Fix need_completion_refreshDarik Gamble