From 475b35517b26e20e4367ca4f3a2cda6b6152fe7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Mon, 27 Apr 2020 15:08:26 +0200 Subject: [PATCH] docs --- integrationtests/full_test/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integrationtests/full_test/test.sh b/integrationtests/full_test/test.sh index 7546e893..f7e7191b 100755 --- a/integrationtests/full_test/test.sh +++ b/integrationtests/full_test/test.sh @@ -1,5 +1,8 @@ ls rm -rf cache.db +echo "Filling the database" ./filldb.sh +echo "Testing the crawler database" py.test-3 test_crawler.py +echo "Testing im and export" python3 test_im_und_export.py -- GitLab