mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:29:15 +00:00
Implement database integration tests
This commit is contained in:
12
api/scanner/scanner_test.go
Normal file
12
api/scanner/scanner_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package scanner_test
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/photoview/photoview/api/test_utils"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
os.Exit(test_utils.UnitTestRun(m))
|
||||
}
|
||||
Reference in New Issue
Block a user