Skip to content

Commit

Permalink
Assignment 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobody96103 authored Apr 20, 2024
1 parent 39526db commit 2df19bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest api_calls_test.py
pytest api_calls_string_unit_test.py
pytest DisplayMessage_test.py
pytest LEDindex_test.py
Expand All @@ -47,4 +46,5 @@ jobs:
pytest api_calls_unit_test.py
pytest singleDisplay_test.py
pytest stackedDisplay_test.py
pytest api_calls_test.py

0 comments on commit 2df19bb

Please sign in to comment.