805448261d
- Add extra deletion to ensure source workspace is clean for the job. - pytest expects function names to start with test_
6 строки
108 B
Python
6 строки
108 B
Python
import pytest
|
|
|
|
def test_HelloWorld():
|
|
greeting = "Hello, World!"
|
|
assert greeting == "Hello, World!"
|