Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 422 Bytes

go-tests

To run the tests make sure the two repositories are right next to each other:

To test an exercise, run this command in the go-tests folder:

go run github.com/01-edu/go-tests/tests/isnegative_test

Relative paths work:

go run ./tests/printalphabet_test
cd tests
go run ./isnegative_test

No output means success.