Files
amd-jmacaran 72454ece3e [Azure CI] Minor environment setup fixes
- Add extra deletion to ensure source workspace is clean for the job.
- pytest expects function names to start with test_


[ROCm/rccl commit: 805448261d]
2025-03-20 15:36:10 -04:00

6 lines
108 B
Python

import pytest
def test_HelloWorld():
greeting = "Hello, World!"
assert greeting == "Hello, World!"