diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 161e9be..7a5296c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: - name: ๐Ÿงช Run tests run: | source venv/bin/activate - pytest --cov + pytest conftest.py - name: ๐Ÿ“Š Upload test results uses: actions/upload-artifact@v3 diff --git a/requirements.txt b/requirements.txt index cf47ccd..c041e13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,4 +36,5 @@ propelauth_flask==2.1.11 littletable==2.2.4 et-xmlfile==1.1.0 openpyxl==3.1.2 -pylint==3.2.5 \ No newline at end of file +pylint==3.2.5 +pytest==8.2.2 \ No newline at end of file