Skip to content

Commit

Permalink
Commented pytest testing
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandru2018 committed Jun 1, 2020
1 parent 06a64de commit 88838d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/masterbranch_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest tests.py
# - name: Test with pytest
# run: |
# pytest tests.py
6 changes: 3 additions & 3 deletions .github/workflows/testingbranch_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest tests.py
# - name: Test with pytest
# run: |
# pytest tests.py

0 comments on commit 88838d4

Please sign in to comment.