Skip to content

Commit

Permalink
removed auto-fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
growlf committed Dec 30, 2023
1 parent 65d70d1 commit a7a0cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest -v --color=yes --cov=src --cov-report=xml tests/
pytest tests/baseline_test.py
5 changes: 2 additions & 3 deletions tests/baseline.py → tests/baseline_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
def test_always_passes():
assert True

def test_always_fails():
assert False

# def test_always_fails():
# assert False

0 comments on commit a7a0cfc

Please sign in to comment.