userver
C++ Async Framework
Loading...
Searching...
No Matches
utils.py
1
import
pathlib
2
3
import
yatest.common
4
5
6
def
load_proto_source_file(path: str) -> str:
7
proper_path = pathlib.Path(
'..'
,
'..'
,
'proto'
) / path
8
resolved_path = pathlib.Path(yatest.common.test_source_path(str(proper_path)))
9
return
resolved_path.read_text(encoding=
'utf-8'
)
proto-structs
codegen-tests
pytest
ast
utils.py
Generated on Mon Sep 29 2025 12:41:36 for userver by
Doxygen
1.13.2