summaryrefslogtreecommitdiffstats
path: root/test/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* [Test] Add test for the new selectorVsevolod Stakhov2019-08-191-0/+4
|
* [Rework] Reorganise selectors implementationVsevolod Stakhov2019-08-192-9/+9
|
* [Test] Add unit testsVsevolod Stakhov2019-08-151-0/+47
|
* [Test] Add more mime testsVsevolod Stakhov2019-08-141-0/+48
|
* [Fix] Fix more issues with nested messages + testsVsevolod Stakhov2019-08-131-30/+100
|
* [Minor] Rework utf8 lowercasingVsevolod Stakhov2019-08-131-4/+4
|
* [Minor] Lua_selectors: Allow to index numeric arrays in selectorsVsevolod Stakhov2019-07-231-0/+4
|
* [Feature] Lua_selectors: Add `words` selectorVsevolod Stakhov2019-07-231-2/+6
|
* [Minor] Add one more testVsevolod Stakhov2019-07-231-0/+5
|
* [Test] Add QP fuzz testingVsevolod Stakhov2019-07-221-0/+34
|
* [Test] Add tests for QP encodingVsevolod Stakhov2019-07-223-2/+88
|
* [Test] Add some more tests for maps in selectorsVsevolod Stakhov2019-07-191-0/+13
|
* [Test] Add tests for maps in selectorsVsevolod Stakhov2019-07-191-1/+16
|
* [Minor] Use t1ha128 to avoid libsodium version enforcementVsevolod Stakhov2019-07-121-1/+1
|
* [Minor] Fix some cases of strong headers usageVsevolod Stakhov2019-07-121-1/+1
|
* [Test] Remove obsoleted testVsevolod Stakhov2019-07-091-74/+0
|
* [Test] Add test for kann load/saveVsevolod Stakhov2019-07-031-0/+3
|
* [Test] Add unit test for kannVsevolod Stakhov2019-07-011-0/+43
|
* [Minor] Fix unique to work with iterators, add testsVsevolod Stakhov2019-06-241-13/+36
|
* [Fix] Html: Fix processing of fjlig entityVsevolod Stakhov2019-06-141-0/+3
| | | | TODO: Make a generic fix
* [Test] Improve address parsing unit testsVsevolod Stakhov2019-06-091-1/+13
|
* [Test] Add unit tests for fpconvVsevolod Stakhov2019-05-191-0/+96
|
* [Test] Fix broken unit testsVsevolod Stakhov2019-04-061-5/+5
|
* [Minor] Rewrite is_utf_mixed_script to use libicu onlyMiecio Za2019-03-261-0/+22
| | | | Rewrite to use U8_NEXT
* [Minor] Fix performance issue with is_utf_outside_rangeMiecio Za2019-03-181-0/+67
| | | | Fix performace issue, add some checking and add few tests
* [Minor] Oops, fix memory drainageVsevolod Stakhov2019-02-081-0/+6
|
* [Test] Improve received testsVsevolod Stakhov2019-02-081-2/+18
|
* [Minor] Fix `with` parsingVsevolod Stakhov2019-02-071-3/+16
|
* [Test] Try to fix bloody ambiguity in IPv6 notations...Vsevolod Stakhov2019-02-071-4/+9
|
* [Project] Attach new received parserVsevolod Stakhov2019-02-071-4/+21
|
* [Test] Unit: Fix hash value (due to mime parsing error)Vsevolod Stakhov2018-12-171-17/+17
|
* [Minor] Add rspamd_str_make_utf_valid routine + unit testsVsevolod Stakhov2018-12-031-20/+52
|
* [Minor] Pet luacheckVsevolod Stakhov2018-10-232-21/+12
|
* [Test] Try to fix test segfaultVsevolod Stakhov2018-10-161-11/+12
|
* [Test] fixed unit testMikhail Galanin2018-10-091-2/+1
|
* [Test] one more test caseMikhail Galanin2018-10-081-35/+55
|
* [Minor] Add Lua coverage collection for unit-tests (#2528)Mikhail Galanin2018-09-251-1/+14
| | | | | | | | | | | | | | * [Minor] Add Lua coverage collection for unit-tests * [Minor] add coverage collection to CircleCI * [Minor] split into two lines * [Minor] sudo * [Minor] fixed nonsense * [Minor] Fix functional test
* [Test] Final cases for selectors - register_* and functional for regexpsMikhail Galanin2018-09-241-0/+81
|
* Revert "[Test] Check selector before processing"Vsevolod Stakhov2018-09-221-17/+16
| | | | This reverts commit baceaa985ebbb23ae7d26a2050f50bfd9544b85c.
* [Test] Check selector before processingVsevolod Stakhov2018-09-221-16/+17
|
* [Test] More test cases for selectorsMikhail Galanin2018-09-213-1/+315
| | | | Also added negative cases (i.e. it doesn't work when it shouldn't) and combinations of selectors
* [Test] Small fixes on diff rendererMikhail Galanin2018-09-211-3/+2
|
* [Test] Use init_url() frim the new helperMikhail Galanin2018-09-213-26/+7
|
* [Test] Added test helper moduleMikhail Galanin2018-09-211-0/+18
|
* Merge pull request #2510 from negram/more-testVsevolod Stakhov2018-09-201-11/+25
|\ | | | | [Test] more tests
| * [Test] more testsMikhail Galanin2018-09-201-11/+25
| |
* | [Test] Nicely print table difference when they do not matchMikhail Galanin2018-09-201-1/+106
|/
* [Test] Enable one more now-working test-caseMikhail Galanin2018-09-201-7/+6
|
* [Test] We don't this chek inside the test anymore. We have command-line ↵Mikhail Galanin2018-09-201-6/+0
| | | | param instead
* [Test] Pass test-case patten into test engineMikhail Galanin2018-09-201-1/+7
| | | | | | | | | So that now we can set which test cases should be runned: $ ./test/rspamd-test -p /rspamd/lua -t selectors.lua -c "case .* rcpts" $ ./test/rspamd-test -p /rspamd/lua -c "case 1st rcpts" -c accepts Lua-pattern