1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 02:07:53 +03:00
pgcli/tests
Amjith Ramanujam 5dde125d93 Merge pull request #421 from dbcli/darikg/support-leading-double-quote
Handle manually entered double-quote gracefully
2015-11-24 11:17:31 -08:00
..
features Fix for behave tests failing with pexpect 4.0. 2015-10-05 14:11:31 -07:00
behave.ini Moved behavioral tests into tests. Updated expected help output. Drop test db if exists. 2015-07-12 14:41:36 -07:00
conftest.py exception_formatter returns only status, not the entire results tuple 2015-10-28 10:58:27 -04: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 PGCompleter initializes a prevalence counter (not used yet) 2015-11-08 15:55:49 -05:00
test_exceptionals.py Add test plan and place holder stubs. 2014-12-09 23:14:49 -08:00
test_expanded.py Fix the failing tests for expanded output. 2015-06-21 00:03:43 -07:00
test_function_metadata.py Delete outdated comment 2015-10-03 09:59:13 -04:00
test_fuzzy_completion.py Update pgcompleter tests 2015-11-08 15:55:50 -05:00
test_main.py Add tests for the format_output. 2015-11-22 05:46:06 -08:00
test_naive_completion.py Fix failing tests in Python 2. 2015-05-11 13:34:47 -07:00
test_parseutils.py Add more tests for qualified table names with or without quotes 2015-11-23 16:48:27 -05:00
test_pgexecute.py Fix pgexecute tests 2015-10-28 10:58:25 -04:00
test_pgspecial.py Replace suggestion dicts with namedtuples 2015-11-16 07:41:27 -05:00
test_plan.wiki Add test plan and place holder stubs. 2014-12-09 23:14:49 -08:00
test_prioritization.py New package prioritization and class PrevalenceCounter 2015-11-08 15:54:15 -05:00
test_smart_completion_multiple_schemata.py Add more tests for qualified table names with or without quotes 2015-11-23 16:48:27 -05:00
test_smart_completion_public_schema_only.py Fix suggestions after a manually entered double quote escape 2015-11-21 16:39:30 -05:00
test_sqlcompletion.py Add more tests for qualified table names with or without quotes 2015-11-23 16:48:27 -05:00
test_tabulate.py Add a test written by darikg. Not actually executed, please confirm it. 2015-10-25 20:01:54 +01:00
utils.py pgexecute.run returns two extra tuple elements: query, and success 2015-10-28 10:58:28 -04:00