MCPcopy Index your code
hub / github.com/go-python/gopy / TestBindEmpty

Function TestBindEmpty

main_test.go:341–354  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

339}
340
341func TestBindEmpty(t *testing.T) {
342 // t.Parallel()
343 path := "_examples/empty"
344 testPkg(t, pkg{
345 path: path,
346 lang: features[path],
347 cmd: "build",
348 extras: nil,
349 want: []byte(`doc(pkg):
350'\nPackage empty does not expose anything.\nWe may want to wrap and import it just for its side-effects.\n\n'
351OK
352`),
353 })
354}
355
356func TestBindPointers(t *testing.T) {
357 // t.Parallel()

Callers

nothing calls this directly

Calls 1

testPkgFunction · 0.85

Tested by

no test coverage detected