1
0
Fork 0
pgcli/tests
赖信涛 b6e2a229e5
upgrade prompt-toolit to 3.0 (#1149)
* upgrade prompt-toolit to 3.0

fix: https://github.com/dbcli/pgcli/issues/1148

related:
https://github.com/prompt-toolkit/python-prompt-toolkit/issues/886

in order to make the `behave` test pass, I have to:

- extend timeout for database connection test.
- extend timeout for basic command expect.
- extend timeout for features/steps/crud_table.py:: see data selected.
- disable cpr for features but "run the cli"

* [ci] disable CPR for all behave tests.

* bugfix: remove duplicated prompt expect.

* [ci] delete CPR env setting.

* Revert "[ci] delete CPR env setting."

This reverts commit fe4d5b565e.

* revert the extending timeout back.

* [ci] test when didn't disable CPR.

* Revert "[ci] test when didn't disable CPR."

This reverts commit d379b1e736.
2020-04-05 20:56:31 -07:00
..
features upgrade prompt-toolit to 3.0 (#1149) 2020-04-05 20:56:31 -07:00
parseutils black all the things. (#1049) 2019-05-25 13:08:56 -07:00
conftest.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
metadata.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
pytest.ini Fix problem with travis not using correct python versions when testing. 2015-01-09 12:33:27 +02:00
test_completion_refresher.py black all the things. (#1049) 2019-05-25 13:08:56 -07:00
test_config.py factor out `ensure_dir_exists` and use for log 2016-02-03 22:28:04 +00:00
test_exceptionals.py Add test plan and place holder stubs. 2014-12-09 23:14:49 -08:00
test_fuzzy_completion.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
test_main.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
test_naive_completion.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
test_pgexecute.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
test_pgspecial.py black all the things. (#1049) 2019-05-25 13:08:56 -07:00
test_plan.wiki Stop suggesting * as a column 2016-05-17 12:27:33 +02:00
test_prioritization.py black all the things. (#1049) 2019-05-25 13:08:56 -07:00
test_prompt_utils.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
test_rowlimit.py Issue 1018 display first 1k rows (#1092) 2019-08-23 13:44:36 -07:00
test_smart_completion_multiple_schemata.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
test_smart_completion_public_schema_only.py removed py2-related stuff 2020-03-14 10:53:43 +08:00
test_sqlcompletion.py Take account of table aliases when completing function args (#1048) 2019-10-12 16:19:15 +01:00
utils.py black all the things. (#1049) 2019-05-25 13:08:56 -07:00