Searched refs:test_isfile (Results 1 – 4 of 4) sorted by relevance
360 self.assertFalse(port.test_isfile('passes'))361 self.assertTrue(port.test_isfile('passes/text.html'))362 self.assertFalse(port.test_isfile('passes/does_not_exist.html'))364 self.assertFalse(port.test_isfile('virtual'))365 self.assertTrue(port.test_isfile('virtual/passes/text.html'))366 self.assertFalse(port.test_isfile('virtual/does_not_exist.html'))
798 def test_isfile(self, test_name): member in Port820 return self.test_isfile(test_name) or self.test_isdir(test_name)
498 test_port.test_isfile = lambda test: True516 test_port.test_isfile = lambda test: True533 test_port.test_isfile = lambda test: True553 test_port.test_isfile = lambda test: True575 test_port.test_isfile = lambda test: True593 test_port.test_isfile = lambda test: True615 test_port.test_isfile = lambda test: True637 test_port.test_isfile = lambda test: True657 test_port.test_isfile = lambda test: True
134 expectation_line.is_file = self._port.test_isfile(expectation_line.name)