Add testing infrastructure (pytest) and code quality tools (black, isort) to the project, including an example unit test. - [ ] Requirements_dev.txt - [ ] Add pytest for testing - [ ] Add black for code formatting - [ ] Add isort for import sorting - [ ] Set up dev configuration in pyproject.toml - [ ] Add a sample unit test