mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
Made the pytest file a bit cleaner and removed a redundant step
This commit is contained in:
parent
b31e41ca6b
commit
a5be9538d9
4
.github/workflows/run_tests.yml
vendored
4
.github/workflows/run_tests.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user