summaryrefslogtreecommitdiffstats
path: root/tests/utils.py
AgeCommit message (Expand)Author
2022-06-06Port to psycopg3 (#1324)Irina Truong
2021-05-06Blacken.Amjith Ramanujam
2021-02-15Postgres user has password in ci. (#1243)Irina Truong
2021-02-12Modernize code to Python 3.6+ (#1229)Miroslav Šedivý
2019-05-25black all the things. (#1049)Irina Truong
2019-02-08fix unhashable formatted textDick Marinus
2019-01-03Support multihost connection string (#978)Mikhail Elovskikh
2018-05-15Add is_special to run returnRishi Ramraj
2017-08-18Fix TODO, optionally use POSTGRES_USER, POSTGRES_HOST POSTGRES_PASSWORD from ...Dick Marinus
2017-06-26Move format_output out of Pgcli class.Thomas Roten
2017-06-23PEP8 fixes.Thomas Roten
2017-06-11Initial work on using CLI Helpers.Thomas Roten
2017-03-16Make format_output take a settings objectJoakim Koljonen
2016-09-27master: decimal and float format in config fileFoxygrandpa
2015-10-28pgexecute.run returns two extra tuple elements: query, and successDarik Gamble
2015-10-28Fix pgexecute testsDarik Gamble
2015-06-30pg_execute.run accepts a PGSpecial object, instead of calling special.execute...Darik Gamble
2015-06-30format_output takes an extra arg instead of referencing pgspecial directlyDarik Gamble
2015-05-14Fix a typo in the test fixture setup.Amjith Ramanujam
2015-03-25Add a title field and report the notices. Closes #177Amjith Ramanujam
2015-03-01Interpret incoming JSON as a string instead of via json.loadsDaniel Rocco
2015-02-08Revert psycopg2cffi to psycopg2.Amjith Ramanujam
2015-02-06Convert to use cffi. But unicode isn't working.Amjith Ramanujam
2015-01-27Fix broken tests.Amjith Ramanujam
2015-01-18Get schema names with a direct query instead of stripping them from the table...Darik Gamble
2015-01-09Fix issues pointed out in pull request comments.Karl-Aksel Puulmann
2015-01-09Simplistic testKarl-Aksel Puulmann
2015-01-09Checking if database exists and some initial fixtures which clean upKarl-Aksel Puulmann