mirror of
https://github.com/go-gitea/gitea
synced 2025-12-05 12:28:26 +00:00
upgrade to use testfixtures v3 (#11904)
* upgrade to use testfixtures v3 * simplify logic * make vendor * update per @lunny * Update templates/repo/empty.tmpl * Update templates/repo/empty.tmpl Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
4
vendor/github.com/go-testfixtures/testfixtures/v3/.sample.env
generated
vendored
Normal file
4
vendor/github.com/go-testfixtures/testfixtures/v3/.sample.env
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
PG_CONN_STRING="user=postgres dbname=testfixtures_test sslmode=disable"
|
||||
MYSQL_CONN_STRING="root:@/testfixtures_test?multiStatements=true"
|
||||
SQLITE_CONN_STRING="testdb.sqlite3"
|
||||
SQLSERVER_CONN_STRING="server=localhost\SQLExpress;database=testfixtures_test;user id=sa;password=sqlserver;encrypt=disable"
|
||||
Reference in New Issue
Block a user