mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-29 22:48:20 +00:00
13 lines
175 B
Go
13 lines
175 B
Go
package models_test
|
|
|
|
import (
|
|
"os"
|
|
"testing"
|
|
|
|
"github.com/photoview/photoview/api/test_utils"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
os.Exit(test_utils.IntegrationTestRun(m))
|
|
}
|