Skip to content

Commit 944f388

Browse files
committed
Update test_test1.py
Without an actual test, the `pytest` will return: `##[error]Bash exited with code '5'.`
1 parent 8b90451 commit 944f388

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_test1.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
print('Hello World')
1+
def test_mock():
2+
assert True

0 commit comments

Comments
 (0)