Files
nginx-unit/test/unit/check/go.py
Andrei Zeliankou 648e91a623 Tests: pretty output.
Hide expected alerts by default.
Silence succesfull "go build" information.
2022-12-12 16:24:54 +00:00

7 lines
153 B
Python

from unit.applications.lang.go import TestApplicationGo
def check_go():
if TestApplicationGo.prepare_env('empty') is not None:
return True