HelloWorld/tests/test_cs.py
2023-10-03 12:43:34 -05:00

7 lines
125 B
Python

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