1import os
2import subprocess
3
4from unit.applications.proto import TestApplicationProto
5
6
7class TestApplicationGo(TestApplicationProto):
8 @classmethod
9 def setUpClass(cls, complete_check=True):
10 unit = super().setUpClass(complete_check=False)
11

--- 56 unchanged lines hidden ---