1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 02:07:53 +03:00
pgcli/tests
Darik Gamble d437f0cabf pgexecute supports returning view metadata
generalize tables() to _relations(relkind_filter), and add convenience methods tables() and views() which simply call _relations() with the appropriate relkind_filter value

similarly, generatize columns() to _columns(relkind_filter), and add convenience methods table_columns() and view_columns()
2015-04-05 16:38:02 -04:00
..
conftest.py Replace splat import in tests. 2015-01-30 18:59:09 -08:00
pytest.ini Fix problem with travis not using correct python versions when testing. 2015-01-09 12:33:27 +02:00
test_exceptionals.py Add test plan and place holder stubs. 2014-12-09 23:14:49 -08:00
test_expanded.py Add test for expected output 2015-01-08 23:38:54 -08:00
test_naive_completion.py added naive completion tests 2014-12-27 13:49:35 -08:00
test_parseutils.py Remove pandas dependency by storing database metadata as lists of tuples 2015-01-25 11:39:03 -05:00
test_pgexecute.py pgexecute supports returning view metadata 2015-04-05 16:38:02 -04:00
test_pgspecial.py Watch out for leading whitespace 2015-02-28 08:43:34 -05:00
test_plan.wiki Add test plan and place holder stubs. 2014-12-09 23:14:49 -08:00
test_smart_completion_multiple_schemata.py Better handle schema-qualified word_before_cursor 2015-03-06 08:26:41 -05:00
test_smart_completion_public_schema_only.py Autocomplete function names 2015-02-17 12:35:56 -05:00
test_sqlcompletion.py Better handle schema-qualified word_before_cursor 2015-03-06 08:26:41 -05:00
utils.py Add a title field and report the notices. Closes #177 2015-03-25 00:26:38 -07:00