Software /
code /
prosody
Comparison
.luacheckrc @ 7478:2489abe342c1
luacheckrc: make test helpers read-only globals, add testlib_new_env and runtest
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 09 Jul 2016 10:08:35 +0800 |
parent | 7476:42d8955be784 |
child | 7479:a82f88db12f7 |
comparison
equal
deleted
inserted
replaced
7476:42d8955be784 | 7478:2489abe342c1 |
---|---|
9 | 9 |
10 files["plugins/"] = { | 10 files["plugins/"] = { |
11 ignore = { "122/module" }; | 11 ignore = { "122/module" }; |
12 } | 12 } |
13 files["tests/"] = { | 13 files["tests/"] = { |
14 ignore = { | 14 read_globals = { |
15 "113/assert_equal", | 15 "testlib_new_env", |
16 "113/assert_table", | 16 "assert_equal", |
17 "113/assert_function", | 17 "assert_table", |
18 "113/assert_string", | 18 "assert_function", |
19 "113/assert_boolean", | 19 "assert_string", |
20 "113/assert_is", | 20 "assert_boolean", |
21 "113/assert_is_not", | 21 "assert_is", |
22 "assert_is_not", | |
23 "runtest", | |
22 }; | 24 }; |
23 } | 25 } |