Add bookmark tests

This commit is contained in:
Dan Sosedoff
2015-03-03 20:44:14 -06:00
parent 96bcaa5baa
commit 1e58c94598
7 changed files with 90 additions and 3 deletions

5
fixtures/bookmark.toml Normal file
View File

@@ -0,0 +1,5 @@
host = "localhost"
port = "5432"
user = "postgres"
database = "mydatabase"
ssl = "disable"