From 45a51d33df2373ca8fe722bbbecf8a3e30b63e5d Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Sun, 4 Apr 2021 13:54:37 +0200 Subject: [PATCH] Use real exercise names --- go/tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/tests/README.md b/go/tests/README.md index 3a7b03bf..fe1879da 100644 --- a/go/tests/README.md +++ b/go/tests/README.md @@ -8,13 +8,13 @@ To run the tests make sure the two repositories are right next to each other: To test a function, run this command in this folder (`public/go/tests`): ``` -go run github.com/01-edu/public/go/tests/func/EXERCISE_test +go run github.com/01-edu/public/go/tests/func/isnegative_test ``` and a program: ``` -go run github.com/01-edu/public/go/tests/prog/EXERCISE_test +go run github.com/01-edu/public/go/tests/prog/printalphabet_test ``` Relative paths work anywhere in `public/go/tests`: