Skip to content

Commit f68eafb

Browse files
authored
test(mountinfo): add comprehensive unit tests for loadMountInfoFromString and related functions (#5589)
Signed-off-by: adity1raut <araut7798@gmail.com>
1 parent 802e708 commit f68eafb

2 files changed

Lines changed: 372 additions & 237 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package mountinfo
2+
3+
import (
4+
"testing"
5+
6+
. "github.com/onsi/ginkgo/v2"
7+
. "github.com/onsi/gomega"
8+
)
9+
10+
func TestMountinfo(t *testing.T) {
11+
RegisterFailHandler(Fail)
12+
RunSpecs(t, "Mountinfo Suite")
13+
}

0 commit comments

Comments
 (0)