Update Weekly Blog Posts: 2021 authored by hackhard's avatar hackhard
......@@ -10,6 +10,7 @@ This week I added the few mentioned lists below:
- [X] Add flags and integral results(dom_analyse, captcha_checker, status_check) to insert into Database.
- [X] Change in the existing database (models.py). Create a new table with: id, created_at, updated_at, fetch_completed_id, captcha_checker, dom_analyse, status_check.
- [X] Write tests to check if `analyze_completed` returns the queried results.
- [ ] Write more tests for `analyser.py` and improve the coverage of it.
</details>
......
......