HelloWorld/tests/test_py.py

7 lines
119 B
Python
Raw Permalink Normal View History

2023-10-03 12:43:34 -05:00
import os
import shutil
from tests.global_fns import *
def test_py():
runCommandAndCheckOutput("./HelloWorld.py")