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