Skip to content

Commit

Permalink
Merge pull request dell#32 from meenakshidembi691/req_file_changes
Browse files Browse the repository at this point in the history
Added requirements.txt file for test and edited main requirements file
  • Loading branch information
trisha-dell authored May 28, 2024
2 parents 542f879 + 040e036 commit 8f02206
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 8f02206

Please sign in to comment.