1
0
mirror of https://github.com/dbcli/pgcli synced 2024-05-31 01:17:54 +00:00
pgcli/tests
2016-06-20 13:30:16 +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
metadata.py Smart completion tests: make every test have its own completer 2016-06-20 13:30:16 +02: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 Custom casing of table/column/function/view names 2016-06-04 23:05:32 +02: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 Use pg_proc.proargmodes &c. instead of parsing arg_list 2016-06-02 01:44:31 +02: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 Join conditions: alias tables already included in query 2016-06-14 22:34:10 +02:00
test_pgexecute.py Use pg_proc.proargmodes &c. instead of parsing arg_list 2016-06-02 01:44:31 +02: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_rowlimit.py Make sure low_count is never greater than over_default 2016-06-02 18:37:23 -07:00
test_smart_completion_multiple_schemata.py Fix indentation of test_smart_completion_* metadata dicts 2016-06-18 21:25:59 +02:00
test_smart_completion_public_schema_only.py Fix indentation of test_smart_completion_* metadata dicts 2016-06-18 21:25:59 +02:00
test_sqlcompletion.py Add a couple of tests suggested by @darikg 2016-06-14 22:44:36 +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