mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:49:02 +00:00
12 lines
160 B
Go
12 lines
160 B
Go
package models_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/photoview/photoview/api/test_utils"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
test_utils.IntegrationTestRun(m)
|
|
}
|