7 lines
119 B
Python
7 lines
119 B
Python
import os
|
|
import shutil
|
|
from tests.global_fns import *
|
|
|
|
def test_py():
|
|
runCommandAndCheckOutput("./HelloWorld.py")
|