From e9796893083fc30c611879f32534eb4c1976f85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sun, 15 Dec 2024 19:10:55 +0100 Subject: [PATCH] docs(test): fix uiua testing instructions (#123) the TESTS.md says that to run tests, you're supposed to use `uiua tests tests.ua` but (at least on v0.13.0) the correct command is `uiua test tests.ua` --- docs/TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TESTS.md b/docs/TESTS.md index 27ee1af..3e54111 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -7,7 +7,7 @@ However, modifying tests does not affect the online test-runner process. ## Local Testing -To runs an exercise's tests, open a terminal in the exercise's directory and run the `uiua tests tests.ua` command. +To runs an exercise's tests, open a terminal in the exercise's directory and run the `uiua test tests.ua` command. For example, the output of an unedited `hello-world` exercise might look like this: