Esempio n. 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
Esempio n. 2
0
 def all_test_configurations(self):
     return [TestConfiguration.from_port(self)]
Esempio n. 3
0
 def all_test_configurations(self):
     return [TestConfiguration.from_port(self)]
Esempio n. 4
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