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