Skip to content

Commit

Permalink
Merge branch 'main' into release/3.3.0_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavneet-Sharma authored May 29, 2024
2 parents d0ff465 + 8f02206 commit bc020a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install testtools
pip install requests
pip install pytest
pip install pytest-coverage
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
Expand Down
3 changes: 3 additions & 0 deletions PyPowerStore/tests/unit_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest
pytest-coverage
testtools
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
testtools
requests
pytest
pytest-coverage
urllib3

0 comments on commit bc020a0

Please sign in to comment.