Skip to content
Snippets Groups Projects
test.sh 264 B
Newer Older
ls 
rm -rf cache.db
Henrik tom Wörden's avatar
Henrik tom Wörden committed
echo "Filling the database"
Henrik tom Woerden's avatar
Henrik tom Woerden committed
./filldb.sh
Henrik tom Wörden's avatar
Henrik tom Wörden committed
echo "Testing the crawler database"
python3 -m pytest test_crawler.py
# TODO the following test deletes lots of the data inserted by the crawler
Henrik tom Wörden's avatar
Henrik tom Wörden committed
echo "Testing im and export"
python3 test_im_und_export.py