blob: b6caa4bd1e552f73845320f7f6aab22bc76107ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
*** Settings ***
Suite Setup Generic Setup
Suite Teardown Normal Teardown
Resource ${TESTDIR}/lib/rspamd.robot
Resource lib.robot
*** Variables ***
${STATS_BACKEND} sqlite3
${STATS_PATH_CACHE} path = "/does/not/exist/bayes-cache.sqlite";
${STATS_PATH_HAM} path = "/does/not/exist/bayes-ham.sqlite";
${STATS_PATH_SPAM} path = "/does/not/exist/bayes-spam.sqlite";
*** Test Cases ***
Broken Stats Directory
Broken Learn Test
|