From 84dca622ef888a16a63cf6edb5f0ebdf9f5b54fd Mon Sep 17 00:00:00 2001 From: bucolucas Date: Tue, 20 Aug 2024 17:05:52 -0500 Subject: [PATCH] Add pytest and pytest-cov for unit testing and coverage reporting --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c8d3df7..b2fc8be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +GitPython==3.1.43 +pytest +pytest-cov \ No newline at end of file