Add bookmark tests
This commit is contained in:
5
fixtures/bookmark.toml
Normal file
5
fixtures/bookmark.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
host = "localhost"
|
||||
port = "5432"
|
||||
user = "postgres"
|
||||
database = "mydatabase"
|
||||
ssl = "disable"
|
||||
1
fixtures/bookmark_url.toml
Normal file
1
fixtures/bookmark_url.toml
Normal file
@@ -0,0 +1 @@
|
||||
url = "postgres://username:password@host:port/database?sslmode=disable"
|
||||
1
fixtures/invalid.toml
Normal file
1
fixtures/invalid.toml
Normal file
@@ -0,0 +1 @@
|
||||
invalid encoding
|
||||
5
fixtures/invalid_port.toml
Normal file
5
fixtures/invalid_port.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
host = "localhost"
|
||||
port = 5432
|
||||
user = "postgres"
|
||||
database = "mydatabase"
|
||||
ssl = "disable"
|
||||
Reference in New Issue
Block a user