Open
Description
The goal of this issue is to increase test coverage for all the modules in this repo.
Steps:
- Run
pytest --cov=./
- Check the report and find out modules having less test coverage.
- Write tests for those modules.
- Create a issue for that module and refer to this issue as parent.
- Create a PR and send it.