1
0
mirror of https://github.com/dbcli/pgcli synced 2024-05-31 01:17:54 +00:00
pgcli/tests
Alexander Schmolck 0c729909cd Make it possible to use SSL with pgcli
This adds support for additional url query params which make stuff like

```
pgcli "postgres://user:pass@host.invalid/db?\
sslmode=verify-full&sslcert=my.pem&sslkey=my-key.pem&sslrootcert=ca.pem"
```

work. More generally it allows one to pass through various extra connection
options.
2017-05-25 14:49:30 +01:00
..
features Merge remote-tracking branch 'upstream/master' into feature/tox_behave 2017-05-22 20:45:55 +02:00
parseutils Add parseutils module for processing CTEs (not hooked up yet) 2016-07-27 15:33:58 -04:00
conftest.py exception_formatter returns only status, not the entire results tuple 2015-10-28 10:58:27 -04:00
metadata.py Complete keywords depending on previous token 2017-04-27 21:32:43 +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 Make it possible to use SSL with pgcli 2017-05-25 14:49:30 +01: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 Add support for unicode chars in expanded mode. 2017-03-06 19:20:34 -08: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 Make it possible to use SSL with pgcli 2017-05-25 14:49:30 +01:00
test_naive_completion.py Complete keywords depending on previous token 2017-04-27 21:32:43 +02: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 Make pylint happier with metadata.py 2017-03-17 03:33:41 +01:00
test_smart_completion_public_schema_only.py Make pylint happier with metadata.py 2017-03-17 03:33:41 +01:00
test_sqlcompletion.py Fix PEP8 for #693 2017-04-27 21:32:44 +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 Make format_output take a settings object 2017-03-16 03:06:56 +01:00