72454ece3e
- Add extra deletion to ensure source workspace is clean for the job.
- pytest expects function names to start with test_
[ROCm/rccl commit: 805448261d]
6 lines
108 B
Python
6 lines
108 B
Python
import pytest
|
|
|
|
def test_HelloWorld():
|
|
greeting = "Hello, World!"
|
|
assert greeting == "Hello, World!"
|