forked from TrueCloudLab/restic
Move Server and Key to new sub-package
This commit is contained in:
parent
8498753eb7
commit
d19b23d4f1
28 changed files with 317 additions and 356 deletions
13
server/key_test.go
Normal file
13
server/key_test.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package server_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/restic/restic/test"
|
||||
)
|
||||
|
||||
func TestRepo(t *testing.T) {
|
||||
s := SetupBackend(t)
|
||||
defer TeardownBackend(t, s)
|
||||
_ = SetupKey(t, s, TestPassword)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue