You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
xpetit 5105f19831
tests/correct -> solutions #1
4 years ago
..
lib Fix paths & doc 4 years ago
solutions tests/correct -> solutions #1 4 years ago
tests tests/correct -> solutions #1 4 years ago
Dockerfile Fix paths & doc 4 years ago
README.md Fix paths & doc 4 years ago
entrypoint.sh Fix paths & doc 4 years ago
go.mod Fix paths & doc 4 years ago
go.sum move go to test-go 4 years ago

README.md

Tests

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

  • github.com/01-edu/piscine-go
  • github.com/01-edu/public

To test an exercise, run this command in this folder (public/test-go):

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

Relative paths work anywhere in public/test-go:

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

No output means success.