From 032d1afc8e7e05c99229bb64d29c7e2d63d9a476 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Fri, 3 Nov 2017 15:24:55 +0000 Subject: [PATCH] doc/Unit tests: minor extra explanation (#3462) --- doc/Unit tests.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Unit tests.md b/doc/Unit tests.md index ceef1e2d6..3514124c4 100644 --- a/doc/Unit tests.md +++ b/doc/Unit tests.md @@ -12,3 +12,5 @@ luarocks --local install busted 2.0.rc12-1 Then you can set up the environment variables with `./kodev activate`. If all went well, you'll now be able to run `./kodev test front` (for the frontend) or `./kodev test base` (for koreader-base). + +You can run individual tests using `./kodev test front testname_spec.lua`.