diff --git a/integrationtests/full_test/test.sh b/integrationtests/full_test/test.sh index 7546e8932533c46415b22ef126dd24130424ce6e..f7e7191b7a26702ab0742ef8ab53ec4efe7518be 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