summaryrefslogtreecommitdiffstats
path: root/test/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix broken asserts.Vsevolod Stakhov2015-03-021-7/+7
|
* Add test cases.Vsevolod Stakhov2015-02-281-1/+10
|
* Write unit test for redis substitution and fix a bug found.Vsevolod Stakhov2015-02-281-0/+39
|
* Add utf lc test case and fix the bug.Vsevolod Stakhov2015-02-281-0/+23
|
* Adopt RSA test for telescope.Vsevolod Stakhov2015-02-282-34/+30
|
* Rework lua tests one more time.Vsevolod Stakhov2015-02-287-0/+1034
|
* Rework lua tests structure, require external busted.Vsevolod Stakhov2015-02-2736-2828/+0
|
* Reorganize lua tests.Vsevolod Stakhov2015-02-2736-26/+2860
|
* Add lua test framework.Vsevolod Stakhov2015-02-271-0/+0
|
* Add a simple test of rsa utils in lua.Vsevolod Stakhov2013-06-134-0/+94
Support RSA signing in lua_rsa module. Add save function for rsa_signature. Fix test logic for lua modules.