From cd1ff846a7fff2546c01d4f259d8854dc66e07a3 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 6 Nov 2024 12:31:57 +0200 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 5847c87..ed617b7 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,6 @@ ## TODOs -- [ ] Add more tests and increase the code coverage. -- [ ] Structure the tests folder in a better way. +- [x] Add more tests and increase the code coverage. +- [x] Structure the tests folder in a better way. - [ ] Add more documentation. - [x] Add the browsing ability. - [ ] Create detailed documentation for 'readthedocs' website, preferably add Github action for deploying it.