Skip to content

rcatini/go-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Other 0.8%