1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 02:07:53 +03:00
pgcli/tests
Darik Gamble cbca9c62df Split up smart completion tests into two files
One file for simple public schema only tests, and another more focused on schema-aware autocompletion
2015-01-25 16:41:03 -05:00
..
conftest.py Fix issues pointed out in pull request comments. 2015-01-09 00:14:18 -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 Remove pandas dependency by storing database metadata as lists of tuples 2015-01-25 11:39:03 -05:00
test_pgspecial.py Add test plan and place holder stubs. 2014-12-09 23:14:49 -08: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 Split up smart completion tests into two files 2015-01-25 16:41:03 -05:00
test_smart_completion_public_schema_only.py Split up smart completion tests into two files 2015-01-25 16:41:03 -05:00
test_sqlcompletion.py Fix failing tests in python 3 by converting dictionaries to tuples so sorted can sort them 2015-01-25 13:15:01 -05:00
utils.py Get schema names with a direct query instead of stripping them from the tables metadata so we can autocomplete schemata without tables in them 2015-01-18 18:27:25 -05:00