Skip to content

Commit

Permalink
Pytest Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed May 25, 2024
1 parent a5c02f4 commit b63a3b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Delete unwanted tests
run: rm tests/*selenium*
- name: Test with pytest
run: |
pip install pytest
pytest tests.py
pytest tests

0 comments on commit b63a3b9

Please sign in to comment.