Refactor Tests to a Dedicated `tests/` Folder.
Open
- Dominant language
- Python
- Stars
- 28.2k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the codebase does not have a dedicated ```tests/``` folder. All the tests are included within the main code itself. We may consider refactoring to move the tests into a separate folder for better structure and maintainability. What do you think ? @dbieber
Contributor guide
Assessment
This issue has not been assessed yet.