Skip to content

Commit

Permalink
Update test_test1.py
Browse files Browse the repository at this point in the history
Without an actual test, the `pytest` will return: `##[error]Bash exited with code '5'.`
  • Loading branch information
jlintusaari committed May 15, 2020
1 parent 8b90451 commit 944f388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_test1.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
print('Hello World')
def test_mock():
assert True

0 comments on commit 944f388

Please sign in to comment.