diff options
author | George Roman <george.roman.99@gmail.com> | 2018-06-09 00:17:31 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-12 15:23:16 -0300 |
commit | 1fb1a5668a87e80c6eb7fe54e8b9fa8b1ef5851f (patch) | |
tree | d0e20914712721d2819604824e7ca51d5b2ce89a | |
parent | 98ad23150bef38d2f865707d0eac980f9425490f (diff) | |
download | luarocks-1fb1a5668a87e80c6eb7fe54e8b9fa8b1ef5851f.tar.gz luarocks-1fb1a5668a87e80c6eb7fe54e8b9fa8b1ef5851f.tar.bz2 luarocks-1fb1a5668a87e80c6eb7fe54e8b9fa8b1ef5851f.zip |
Move test/README.md to spec/README.md
-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 | ||