1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-09-19 17:58:44 +03:00
pgcli/tests
Joakim Koljonen ce55abc660
Initialism search for columns and functions
E.g. for table `Foo` with columns `FooBar` and `Fabulous`, inputting
`SELECT * FROM Foo F WHERE F.fb` will suggest `FooBar` as the #1 choice.
Likewise, given the functions `baz_baz()` and `baab()`, inputting
`SELECT bb` will have `baz_baz()` as the first option.
2016-12-12 02:45:39 +01:00
..
features Fix crash bug with named queries 2016-08-23 13:47:04 +02:00
parseutils Add parseutils module for processing CTEs (not hooked up yet) 2016-07-27 15:33:58 -04: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 packages/function_metadata.py --> packages/parseutils/meta.py 2016-07-27 14:27:24 -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 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_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 master: decimal and float format in config file 2016-09-27 13:43:28 +03:00
test_naive_completion.py Fix issue #603 2016-10-31 18:33:07 +01:00
test_pgexecute.py master: numbers division for int and float 2016-09-15 20:55:42 +03: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 Initialism search for columns and functions 2016-12-12 02:45:39 +01:00
test_smart_completion_public_schema_only.py Support for table-qualifying column suggestions 2016-12-05 03:15:53 +01:00
test_sqlcompletion.py Support for table-qualifying column suggestions 2016-12-05 03:15:53 +01: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 master: decimal and float format in config file 2016-09-27 13:43:28 +03:00