Tests: Add unit tests

This commit is contained in:
graciousgrey
2024-01-25 16:36:38 +01:00
parent 86d2ce0772
commit d478f08718
6 changed files with 210 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
package commands
import (
"testing"
"github.com/photoprism/photoprism/pkg/capture"
"github.com/stretchr/testify/assert"
"testing"
)
func TestClientsAddCommand(t *testing.T) {