aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add logic to preserve newlines in HTML.Vsevolod Stakhov2015-07-161-7/+4
* Add test case.Vsevolod Stakhov2015-07-161-0/+20
* More fixes to html parsing.Vsevolod Stakhov2015-07-161-2/+23
* Add html extraction unit test.Vsevolod Stakhov2015-07-162-2/+33
* Fix unit test building and starting.Vsevolod Stakhov2015-07-142-2/+4
* Fix splitting in case of bogus regexp.Vsevolod Stakhov2015-07-141-0/+3
* Add url encoded tests.Vsevolod Stakhov2015-07-111-0/+8
* Allow query parameters for files.Vsevolod Stakhov2015-07-111-0/+6
* Add a simple functional test for scanning a file.Vsevolod Stakhov2015-07-102-0/+36
* Remove google DNS from tests.Vsevolod Stakhov2015-07-103-9/+0
* Save log files on test errors completely.Vsevolod Stakhov2015-07-101-0/+7
* Use standard functions definitions.Vsevolod Stakhov2015-07-092-16/+8
* Fix issues in the tests.Vsevolod Stakhov2015-07-0910-42/+41
* Adopt build system for new tests.Vsevolod Stakhov2015-07-094-9/+9
* Remove bats tests.Vsevolod Stakhov2015-07-092-277/+0
* New functional tests approach.Vsevolod Stakhov2015-07-0919-44/+4674
* Add tests for xxhash and siphash.Vsevolod Stakhov2015-07-081-0/+48
* Add sqlite3 backend testing.Vsevolod Stakhov2015-07-083-3/+47
* Add functional test for #331.Vsevolod Stakhov2015-07-081-3/+17
* Use more UCL vars for tests.Vsevolod Stakhov2015-07-085-13/+25
* Improve functional tests teardown.Vsevolod Stakhov2015-07-081-1/+7
* Add test for empty part learning.Vsevolod Stakhov2015-07-072-0/+44
* Add dependencies test.Vsevolod Stakhov2015-07-074-1/+82
* Use BATS_TMPDIR instead of '/tmp' for tests.Vsevolod Stakhov2015-07-073-10/+13
* Add learning functional tests.Vsevolod Stakhov2015-07-064-0/+176
* Add encryption test.Vsevolod Stakhov2015-07-021-0/+11
* Store rspamd log permanently for functional tests.Vsevolod Stakhov2015-07-022-1/+7
* Add functional test for spamc protocol.Vsevolod Stakhov2015-07-022-0/+49
* Add streamline HTTP test (failing for now).Vsevolod Stakhov2015-07-023-1/+45
* Start functional tests.Vsevolod Stakhov2015-07-025-0/+102
* Add workarounds for numeric hosts in URLs.Vsevolod Stakhov2015-07-021-2/+17
* Add more unit tests for url parser.Vsevolod Stakhov2015-07-011-5/+15
* Add new url unit test.Vsevolod Stakhov2015-07-011-0/+33
* Fix issues with capturing patternsVsevolod Stakhov2015-06-301-5/+12
* Add captures unit test.Vsevolod Stakhov2015-06-301-0/+20
* Refactor events API.Vsevolod Stakhov2015-05-262-3/+3
* Add unit tests for b64 decoding and native encoding.Vsevolod Stakhov2015-05-251-0/+41
* Use not common name for tokenization exceptions.Vsevolod Stakhov2015-05-211-7/+7
* Add more unit tests for tokenization.Vsevolod Stakhov2015-05-211-5/+90
* Add tests for tokenizer bug.Vsevolod Stakhov2015-05-201-0/+3
* Add a simple unit test for tokenizer.Vsevolod Stakhov2015-05-201-0/+23
* Add unit test for base64 encoding.Vsevolod Stakhov2015-05-201-0/+71
* Fix regexp splitting in lua.Vsevolod Stakhov2015-05-131-3/+5
* Use raw regexp instead of utf ones by default.Vsevolod Stakhov2015-05-121-1/+1
* One more case to check.Vsevolod Stakhov2015-05-071-1/+52
* Add fuzz tests and other split cases.Vsevolod Stakhov2015-05-071-1/+176
* Implement unalgined tests.Vsevolod Stakhov2015-05-071-2/+2
* Add unit test for cryptobox.Vsevolod Stakhov2015-05-074-0/+111
* Fix comparision operators.Vsevolod Stakhov2015-04-301-0/+1
* Fix closure lifetime in tests.Vsevolod Stakhov2015-04-271-2/+2