MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / TestBogo

Function TestBogo

sort/sorts_test.go:88–91  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

86}
87
88func TestBogo(t *testing.T) {
89 t.Skip("Skipping test for Bogo Sort, as it uses a lot of resource.")
90 testFramework(t, sort.Bogo[int])
91}
92
93func TestBucketSort(t *testing.T) {
94 testFramework(t, sort.Bucket[int])

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected