From bdfed7ca355c5234c60f37a84ae813adcfff5e2e Mon Sep 17 00:00:00 2001 From: Muhammad Fiaz Date: Thu, 7 Dec 2023 15:14:59 +0530 Subject: [PATCH] Add pytest tests and GitHub Actions workflow (#3) * Updated README.md * Add pytest tests and GitHub Actions workflow * Add pytest tests and GitHub Actions workflow --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index cf3095d..ada3782 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pip==23.3.1 setuptools==69.0.2 +pytest==7.4.3 \ No newline at end of file