[lang-ref] ( get_source_file_path ) ( python )
def test_get_source_file_path():
# __file__
source_file_path = __file__
assert source_file_path.endswith('/test/runtime_info/test_source_info.py')
def test_get_source_file_path():
# __file__
source_file_path = __file__
assert source_file_path.endswith('/test/runtime_info/test_source_info.py')