mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2026-04-23 15:49:32 +08:00
tests: rewritten all tests to use Ginkgo / Omega BDD testing framework
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package crypto_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestSuite(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "ICE Suite")
|
||||
}
|
||||
Reference in New Issue
Block a user