vendor: add github.com/stretchr/testify/suite
This commit is contained in:
parent
42efce2811
commit
32844d605a
5 changed files with 282 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue