Move all test data under ./data dir
This commit is contained in:
5
data/bookmark.toml
Normal file
5
data/bookmark.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
host = "localhost"
|
||||
port = "5432"
|
||||
user = "postgres"
|
||||
database = "mydatabase"
|
||||
ssl = "disable"
|
||||
1
data/bookmark_url.toml
Normal file
1
data/bookmark_url.toml
Normal file
@@ -0,0 +1 @@
|
||||
url = "postgres://username:password@host:port/database?sslmode=disable"
|
||||
1869
data/booktown.sql
Normal file
1869
data/booktown.sql
Normal file
File diff suppressed because it is too large
Load Diff
1
data/invalid.toml
Normal file
1
data/invalid.toml
Normal file
@@ -0,0 +1 @@
|
||||
invalid encoding
|
||||
5
data/invalid_port.toml
Normal file
5
data/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