aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/lua/miltertest
Commit message (Collapse)AuthorAgeFilesLines
* add tests for dkim signatures with milterJohn McKay2019-02-024-0/+54
|
* [Test] Mark "connection" resource as freedMikhail Galanin2018-09-101-1/+4
| | | | mt.disconnect() performs free(). If we call it twice with the same argument, we will get double free()
* [Test] Use dofile instead of requireMikhail Galanin2018-09-105-10/+10
| | | | require implies module loading via standard mechanism (which is have to present in LUA_PATH). Here we just load the specific files.
* [Test] Extend & enable combined milter testAndrew Lewis2018-02-271-4/+19
|
* [Test] Extend milter testsAndrew Lewis2018-02-127-55/+194
|
* [Test] Beginning of tests for milterAndrew Lewis2018-01-301-0/+59