コード例 #1
0
 def addInstrumentation(self, test, data):
     # type: (TestCase, Dict[str, Any]) -> None
     append_instrumentation_data(data)
コード例 #2
0
ファイル: test_runner.py プロジェクト: joydeep1701/zulip
 def addInstrumentation(self, test: TestCase, data: Dict[str, Any]) -> None:
     append_instrumentation_data(data)
コード例 #3
0
 def addInstrumentation(self, test: TestCase, data: Dict[str, Any]) -> None:
     append_instrumentation_data(data)
コード例 #4
0
ファイル: test_runner.py プロジェクト: christi3k/zulip
 def addInstrumentation(self, test, data):
     # type: (TestCase, Dict[str, Any]) -> None
     append_instrumentation_data(data)