1
0
Fork 0
pgcli/tests/features
Irina Truong 18071754bc
Port to psycopg3 (#1324)
* WIP.

* Add some comments about porting from psycopg 2 to 3 (#1318)

* WIP

* Disable _set_wait_callback()

* TransactionStatus.

* First working query.

* More pg3 changes.

* test_pgexecute still fails.

* Fix bytea support.

* Fix json and enum unicode.

* Get unit tests to pass.

* Behave tests still break, WIP.

* Prompt seems to be displayed fine, why don't the tests see the whitespace?

* Python version.

* Fix test.

* Black.

* Added black to dev reqs.

* nbu link for donations.

* Use psycopg.sql to format statement.

* Special case for show help in pgbouncer.

* Fix test.

* Added integration test.

* Install pgbouncer in ci.

* Fix integration test.

* Remove tmate session.

* Revert commenting out python versions.

* Pin pgspecial to >=2.

* Changelog.

Co-authored-by: Daniele Varrazzo <daniele.varrazzo@gmail.com>
Co-authored-by: Amjith Ramanujam <amjith.r@gmail.com>
2022-06-06 11:20:48 -07:00
..
fixture_data Fix for dsn_password behave test. 2019-05-21 20:21:58 -07:00
steps Port to psycopg3 (#1324) 2022-06-06 11:20:48 -07:00
__init__.py Behave remove boiler plate code 2017-05-02 20:20:13 +02:00
auto_vertical.feature Port auto_vertical feature test from mycli to pgcli 2017-09-05 20:39:13 +02:00
basic_commands.feature Port to psycopg3 (#1324) 2022-06-06 11:20:48 -07:00
crud_database.feature Refactor destructive warning in behave tests 2018-05-26 15:49:41 +02:00
crud_table.feature Refactor destructive warning in behave tests 2018-05-26 15:49:41 +02:00
db_utils.py Port to psycopg3 (#1324) 2022-06-06 11:20:48 -07:00
environment.py Port to psycopg3 (#1324) 2022-06-06 11:20:48 -07:00
expanded.feature Refactor destructive warning in behave tests 2018-05-26 15:49:41 +02:00
fixture_utils.py Modernize code to Python 3.6+ (#1229) 2021-02-12 21:34:56 +02:00
iocommands.feature Work around a race condition when reading tee output. 2017-10-06 11:19:44 -07:00
named_queries.feature Behave remove boiler plate code 2017-05-02 20:20:13 +02:00
pgbouncer.feature Port to psycopg3 (#1324) 2022-06-06 11:20:48 -07:00
specials.feature Fix for dsn_password behave test. 2019-05-21 20:21:58 -07:00
wrappager.py Fix test_config.py on Windows (#1247) 2021-02-22 14:40:30 -08:00