Add pytest and pytest-cov for unit testing and coverage reporting

This commit is contained in:
2024-08-20 17:05:52 -05:00
parent 70aaa4a8da
commit 84dca622ef
+3 -1
View File
@@ -4,4 +4,6 @@ openai==1.41.0
python-dotenv==1.0.1
discord.py==2.4.0
anthropic==0.34.0
GitPython==3.1.43
GitPython==3.1.43
pytest
pytest-cov