Made the pytest file a bit cleaner and removed a redundant step

This commit is contained in:
TheNetworkGuy 2025-06-16 11:15:52 +02:00
parent b31e41ca6b
commit a5be9538d9

View File

@ -17,10 +17,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pytest pytest-mock pip install pytest pytest-mock coverage pytest-cov
pip install -r requirements.txt pip install -r requirements.txt
- name: Install coverage
run: pip install coverage pytest-cov
- name: Testing the code with PyTest - name: Testing the code with PyTest
run: | run: |
cp config.py.example config.py cp config.py.example config.py