version 1 done
This commit is contained in:
commit
59e14ce390
47 changed files with 9188 additions and 0 deletions
11
config/test-settings.yml
Normal file
11
config/test-settings.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
database:
|
||||
# NOTE: By design, this setting prevents the SQLITE_DATABASE environment variable
|
||||
# from affecting test runs, so that we don't accidentally affect the
|
||||
# production database during testing. If you're not concerned about that and
|
||||
# would like to have environment variable overrides, you could instead use
|
||||
# something like:
|
||||
#
|
||||
# database: "_env:SQLITE_DATABASE:sTodo_test.sqlite3"
|
||||
database: sTodo_test.sqlite3
|
||||
|
||||
auth-dummy-login: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue