diff options
-rw-r--r-- | spec/README.md (renamed from test/README.md) | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/README.md b/spec/README.md index 770d7083..31e2b660 100644 --- a/test/README.md +++ b/spec/README.md | |||
@@ -31,7 +31,7 @@ travis, add just if running on TravisCI | |||
31 | os=<version>, type your OS ["linux", "os x", "windows"] | 31 | os=<version>, type your OS ["linux", "os x", "windows"] |
32 | ``` | 32 | ``` |
33 | --------------------------------------------------------------------------------------------- | 33 | --------------------------------------------------------------------------------------------- |
34 | ####_**Tags** of tests are required and are in this format:_ | 34 | ## _**Tags** of tests are required and are in this format:_ |
35 | 35 | ||
36 | **unit** - run all unit tests | 36 | **unit** - run all unit tests |
37 | 37 | ||
@@ -56,3 +56,11 @@ To run unit tests in LuaRocks directory type : | |||
56 | To run integration tests without tests which use ssh: | 56 | To run integration tests without tests which use ssh: |
57 | 57 | ||
58 | `busted -t "integration" --exclude-tags=ssh` | 58 | `busted -t "integration" --exclude-tags=ssh` |
59 | |||
60 | ## To do | ||
61 | |||
62 | Cover files that currently have 0% coverage: | ||
63 | * build/cmake.lua | ||
64 | * build/command.lua | ||
65 | * fetch/\*.lua except for git.lua | ||
66 | * tools/tar.lua | ||