summaryrefslogtreecommitdiffstats
path: root/test/lua
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [Test] Uncommented cases which are now workingMikhail Galanin2018-09-201-51/+28
|
* Merge pull request #2502 from negram/selectors-testVsevolod Stakhov2018-09-191-0/+228
|\ | | | | [Test] Few "basic" test cases for selectors
| * Merge branch 'master' into selectors-testMikhail Galanin2018-09-192-0/+22
| |\
| * | [Test] Few "basic" test cases for selectorsMikhail Galanin2018-09-191-0/+228
| | |
* | | [Test] Rewrote test using new assertionMikhail Galanin2018-09-191-4/+2
| |/ |/|
* | [Test] Assertions for table comparsion that are nicer to useMikhail Galanin2018-09-192-0/+22
|/
* [Test] Remove legacy tokenizer testsVsevolod Stakhov2018-08-241-34/+0
|
* [Minor] Fix entities decodingVsevolod Stakhov2018-08-211-1/+2
|
* [Minor] Benchmark for lua callsMikhail Galanin2018-08-201-0/+45
|
* Merge pull request #2385 from negram/extract_specific_urls-reworkVsevolod Stakhov2018-07-311-0/+226
|\ | | | | Extract specific urls rework
| * [Minor] added test parsing html/phished urlsMikhail Galanin2018-07-311-12/+111
| |
| * [Minor] Pass params via table instead of long arglist. Added esld_limit ↵Mikhail Galanin2018-07-311-0/+127
| | | | | | | | param to lua_util.extract_specific_urls()
* | [Fix] Avoid one extra byte writingVsevolod Stakhov2018-07-311-0/+3
| |
* | [Feature] Implement parsing of scoped IPv6 addressesVsevolod Stakhov2018-07-311-1/+3
|/
* [Test] Add received headers parsing unit testsVsevolod Stakhov2018-07-031-0/+137
|
* [Minor] Reduce speed test cycles in unit testsVsevolod Stakhov2018-07-032-12/+17
|
* [Minor] Fix more testsVsevolod Stakhov2018-06-231-1/+1
|
* [Test] Fix html unit testVsevolod Stakhov2018-06-231-1/+1
|
* [Test] Another fix for folding testsVsevolod Stakhov2018-04-031-1/+1
|
* [Test] Fix folding unit testsVsevolod Stakhov2018-04-031-6/+6
|
* [Test] Improve folding testsVsevolod Stakhov2018-04-021-1/+7
|
* [Minor] Fix ac-trie test case as it cannot deal with \0Vsevolod Stakhov2018-03-311-2/+2
|
* [Test] Improve trie unit testingVsevolod Stakhov2018-03-301-35/+33
|
* [Test] Improve tokenization testsVsevolod Stakhov2018-03-301-80/+84
|
* [Test] Fix email address parsing testVsevolod Stakhov2018-03-302-44/+47
|
* [Test] Improve URL unit testsVsevolod Stakhov2018-03-301-103/+106
|
* [Fix] Fix folding and folding testsVsevolod Stakhov2018-03-291-30/+28
|
* [Fix] Fix lua RSA verify and its testsVsevolod Stakhov2018-03-291-5/+13
|
* [Minor] Variuous unit tests fixesVsevolod Stakhov2018-03-293-6/+6
|
* [Fix] Plug memory leak when setting email addresses from LuaVsevolod Stakhov2017-11-101-1/+1
| | | | | | + Optimize emails addr structure and API MFH: rspamd-1.6
* [Test] Fix testsAndrew Lewis2017-08-161-1/+2
|