1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-09-19 09:48:19 +03:00
pgcli/tests/parseutils
Joakim Koljonen f355c30ef7
Include arguments in function completions
E.g. instead of suggesting `my_func()`, suggest `my_func(arg1 :=, arg2 :=)`
or `my_func(arg1 text, arg2 bigint)`, depending on the context.
2017-06-25 01:35:22 +02:00
..
test_ctes.py Fix PEP8 empty line errors 2017-06-14 18:12:05 +02:00
test_function_metadata.py Include arguments in function completions 2017-06-25 01:35:22 +02:00
test_parseutils.py Fix PEP8 empty line errors 2017-06-14 18:12:05 +02:00