diff options
Diffstat (limited to 'funcweb/test.cfg')
-rw-r--r-- | funcweb/test.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/funcweb/test.cfg b/funcweb/test.cfg new file mode 100644 index 0000000..df909c9 --- /dev/null +++ b/funcweb/test.cfg @@ -0,0 +1,4 @@ +# You can place test-specific configuration options here (like test db uri, etc) + +sqlobject.dburi = "sqlite:///:memory:" + |