Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | postgres_client_spec.rb: Use integer port instead of string | Teddy Wing | |
Match the expected type with the input. | |||
2017-04-29 | postgres_client_spec.rb: Add missing `it` block | Teddy Wing | |
Forgot to add an `it` block for my test, which resulted in it failing with a non-obvious error message. | |||
2017-04-29 | Add `DBShell::PostgresClient` stub | Teddy Wing | |
Make an empty container to pass the basic tests. | |||
2017-04-29 | Add preliminary test for `DBShell::PostgresClient` | Teddy Wing | |
Thinking up an interface for generating command line arguments for the `psql` command. Based on Django's dbshell: https://github.com/django/django/blob/66150f7cf61bc09547fa98586790df596eff6d77/tests/dbshell/test_postgresql_psycopg2.py |