From 41b0ac0b5d9f4730c37b7ecff076e8221da767ba Mon Sep 17 00:00:00 2001 From: tarunima Date: Wed, 30 Jun 2021 15:52:01 +0530 Subject: [PATCH] Update README.md --- python_scraper/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python_scraper/README.md b/python_scraper/README.md index b24a6c1..b1f9c54 100644 --- a/python_scraper/README.md +++ b/python_scraper/README.md @@ -43,6 +43,7 @@ Add your real credentials to the .env file. Then, before running whatsapp_scrape ### Testing ./test.sh + - If there is a specific message missing from one chat but not another, when the two chat files overlap on time, the scraper throws an assertion error: 'The Two Sets of Messages Do Not Overlap'. So far we have not seen this happen. The test.sh file uses the coverage python module. You can see the code coverage with