aboutsummaryrefslogtreecommitdiff
path: root/test/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move test/README.md to spec/README.mdGeorge Roman2018-06-121-58/+0
|
* Tests: replace #blackbox with #integration and #whitebox with #unitGeorge Roman2018-06-041-22/+7
|
* Revise README.md for test/Hisham Muhammad2017-09-291-19/+24
|
* Update of READMEroboo2016-08-211-1/+10
|
* New test-suite for LuaRocks (#581)robooo2016-07-071-0/+59
First version of new test-suite, using Busted framework based on Google Summer of Code project: https://summerofcode.withgoogle.com/projects/#5695811874717696 * Rewritten from Bash to Lua * Tests now check if they did what they were supposed to, beyond only checking success or failure of the `luarocks` command * Support for black-box (launching `luarocks` as an external command) and white-box (testing functions in modules directly) testing