1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 02:07:53 +03:00
pgcli/tests
koljonen a60ee9a85f
Stop suggesting * as a column
I don't think suggesting * is of use to anyone, and it's in the way for anyone who just wants a column.
2016-05-17 12:27:33 +02:00
..
features Remove dead code and fix a broken test (all found by Codacy) 2016-05-15 19:41:30 +02: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_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_expanded.py Remove dead code and fix a broken test (all found by Codacy) 2016-05-15 19:41:30 +02:00
test_function_metadata.py don't error when completing parameter-less functions 2016-01-05 16:32:31 +00:00
test_fuzzy_completion.py Remove dead code and fix a broken test (all found by Codacy) 2016-05-15 19:41:30 +02:00
test_main.py Remove dead code and fix a broken test (all found by Codacy) 2016-05-15 19:41:30 +02:00
test_naive_completion.py Fix failing tests in Python 2. 2015-05-11 13:34:47 -07:00
test_parseutils.py Remove dead code and fix a broken test (all found by Codacy) 2016-05-15 19:41:30 +02:00
test_pgexecute.py More appropiate dates/times types test name 2016-02-26 16:27:12 +01:00
test_pgspecial.py Replace suggestion dicts with namedtuples 2015-11-16 07:41:27 -05:00
test_plan.wiki Stop suggesting * as a column 2016-05-17 12:27:33 +02:00
test_prioritization.py New package prioritization and class PrevalenceCounter 2015-11-08 15:54:15 -05:00
test_smart_completion_multiple_schemata.py Stop suggesting * as a column 2016-05-17 12:27:33 +02:00
test_smart_completion_public_schema_only.py Stop suggesting * as a column 2016-05-17 12:27:33 +02:00
test_sqlcompletion.py After code review: Remove "parent" field I added to Columns 2016-05-14 18:40:32 +02: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