Skip to content
/ go-test Public

🧪 Testing utilty library

License

Notifications You must be signed in to change notification settings

ipfs/go-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 go-test

Go Reference Go Test

A testing utility library.

This module provides testing utility logic in Go that is not specific to any project.

cmd package

The cmd package contains logic for running synchronous and asynchronous commands.

random package

The random package contains logic for generating random test data.