koinos / koinos-types

The Rosetta Stone of the Koinos ecosystem. Allows for the interpretation of Koinos data structures in a multitude of languages. Useful in the development of microservices, clients, and smart contracts.
MIT License
12 stars 3 forks source link

Find out how we run tests in Go. #61

Closed sgerbino closed 3 years ago

sgerbino commented 3 years ago

Use go test ./... to run go tests recursively. Place test files next to their implementation to enable white box testing.