]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Add test for kann load/save
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 3 Jul 2019 15:05:31 +0000 (16:05 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 3 Jul 2019 15:06:31 +0000 (16:06 +0100)
test/lua/unit/kann.lua

index bb69302035aaaeb50db9c3d672fc3abe8a723f74..4f8185b023be67f107606b67422211936c083488 100644 (file)
@@ -30,6 +30,9 @@ context("Kann test", function()
     mini_size = 80,
   })
 
+  local ser = k:save()
+  k = kann.load(ser)
+
   for i,inp in ipairs(inputs) do
     test(string.format("Check XOR MLP %s ^ %s == %s", inp[1], inp[2], outputs[i][1]),
         function()