Home
last modified time | relevance | path

Searched refs:getfile (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/tests/metrics/
Dlogger_test.py78 def test_compile_proto_relative_path(self, getfile, compile_import_proto): argument
79 getfile.return_value = '/path/to/class/file.py'
90 def test_compile_proto_absolute_path(self, getfile, compile_import_proto): argument
96 getfile.assert_not_called()
103 getfile, argument
/tools/test/connectivity/acts/framework/acts/metrics/
Dlogger.py143 classfile = inspect.getfile(cls)