HelloWorld/tests/test_c.py

7 lines
115 B
Python
Raw Permalink Normal View History

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