mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 05:27:37 +03:00
Rename app
package to nativeapi
This commit is contained in:
parent
03efc48137
commit
d54129ecd2
9 changed files with 68 additions and 58 deletions
17
server/nativeapi/native_api_suite_test.go
Normal file
17
server/nativeapi/native_api_suite_test.go
Normal file
|
@ -0,0 +1,17 @@
|
|||
package nativeapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/navidrome/navidrome/log"
|
||||
"github.com/navidrome/navidrome/tests"
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestNativeApi(t *testing.T) {
|
||||
tests.Init(t, false)
|
||||
log.SetLevel(log.LevelCritical)
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Native RESTful API Suite")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue