Last active
January 28, 2022 07:23
-
-
Save percybolmer/bc6cc54c211bc01bb53d2c76e0edc8b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// How to define a Unit Test | |
func TestCalculateHighest(t *testing.T){ | |
} | |
// To define a Fuzz, we use Fuzz and testing.F | |
func FuzzTestHTTPHandler(f *testing.F) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment