summaryrefslogblamecommitdiffhomepage
path: root/test/unit/check/go.py
blob: 3d9d13e730742677d315141b0e982927be1e85d2 (plain) (tree)
1
2
3
4
5
6
7
8
                                                       

 

                                                    
 

                                                   
from unit.applications.lang.go import TestApplicationGo


def check_go():
    process = TestApplicationGo.prepare_env('empty')

    if process != None and process.returncode == 0:
        return True