MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / TestNewModule

Function TestNewModule

pkg/filament/cpython/module_test.go:29–37  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

27)
28
29func TestNewModule(t *testing.T) {
30 t.SkipNow()
31 require.NoError(t, Initialize())
32 defer Finalize()
33 AddPythonPath("_fixtures/")
34 mod, err := NewModule("top_hives_io")
35 require.NoError(t, err)
36 require.NotNil(t, mod)
37}
38
39func TestModuleRegisterFn(t *testing.T) {
40 t.SkipNow()

Callers

nothing calls this directly

Calls 4

InitializeFunction · 0.85
FinalizeFunction · 0.85
AddPythonPathFunction · 0.85
NewModuleFunction · 0.85

Tested by

no test coverage detected