HelloWorld/tests/test_c.py

7 lines
115 B
Python

import os
import shutil
from tests.global_fns import *
def test_c():
runCommandAndCheckOutput("./HelloWorld")