improve testing

This commit is contained in:
pb
2024-07-17 17:19:42 +02:00
parent 4fd22dc131
commit 90e9bcf378
3 changed files with 47 additions and 0 deletions

1
tests/config.go Normal file
View File

@@ -0,0 +1 @@
package tests

6
tests/oclib_conf.json Normal file
View File

@@ -0,0 +1,6 @@
{
"DB_URL_LOCAL" : "mongodb://127.0.0.1:27017",
"DB_URL_DOCKER": "mongodb://mongo:27017/",
"DBPOINT" : "oclib_tests",
"DCNAME" : "testDC"
}