github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/test/count/count_test.go (about) 1 package count 2 3 import "testing" 4 5 func TestCountTests(t *testing.T) { 6 // ironically just running the function is enough to test it 7 Tests(t, 1) 8 }