vendor: add github.com/stretchr/testify/suite

This commit is contained in:
Jakub Rusz 2020-04-23 14:32:10 +02:00 committed by Tom Gundersen
parent 42efce2811
commit 32844d605a
5 changed files with 282 additions and 2 deletions

View file

@ -1,11 +1,13 @@
package store
import (
"github.com/osbuild/osbuild-composer/internal/blueprint"
"github.com/stretchr/testify/suite"
"io/ioutil"
"os"
"testing"
"github.com/stretchr/testify/suite"
"github.com/osbuild/osbuild-composer/internal/blueprint"
)
//struct for sharing state between tests