Exemplo n.º 1
0
 def get_reporter_location(self):
     return reporter.Location(self._abspath, None)
Exemplo n.º 2
0
 def get_reporter_location(self):
     return reporter.Location(self._including_file.get_abspath(), self._line_number)
Exemplo n.º 3
0
 def get_reporter_location(self):
     return reporter.Location(self.filepath, self.line)
Exemplo n.º 4
0
 def get_reporter_location(self):
     return reporter.Location('<{0}>'.format(self._name), None)
Exemplo n.º 5
0
 def get_reporter_location(self):
     return reporter.Location(self._abspath, self._line_number)