Description
Add a basic unit test skeleton for the core modules of RegBot to improve reliability and support future development.
Tasks
- Create a tests/ directory
- Configure pytest for the project
- Add unit test skeletons for:
- document ingestion pipeline
- retrieval engine
- compliance checker
- Add sample test cases
Expected Outcome
A basic testing structure so contributors can easily add tests for the core modules.
Possible Tools