예제 #1
0
 def test_configuration(self):
     """Returns the current TestConfiguration for the port."""
     if not self._test_configuration:
         self._test_configuration = TestConfiguration.from_port(self)
     return self._test_configuration
예제 #2
0
 def all_test_configurations(self):
     return [TestConfiguration.from_port(self)]
예제 #3
0
 def all_test_configurations(self):
     return [TestConfiguration.from_port(self)]
예제 #4
0
파일: base.py 프로젝트: sitedata/webkit.org
 def test_configuration(self):
     """Returns the current TestConfiguration for the port."""
     if not self._test_configuration:
         self._test_configuration = TestConfiguration.from_port(self)
     return self._test_configuration