Skip to content

🐹 Private repository that holds the files needed to build the Go tests Docker image.

Notifications You must be signed in to change notification settings

01-edu/go-tests

Repository files navigation

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.

About

🐹 Private repository that holds the files needed to build the Go tests Docker image.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks