Sign in
cobalt
/
pre-commit-hooks
/
f5c42a050bf7deef0d3fa7fde327c1ae3fd4bed1
/
.
/
testing
/
util.py
blob: 8e468d60e87da1495084a1e0cc5330e33f52346c [
file
] [
log
] [
blame
]
import
os
.
path
TESTING_DIR
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
def
get_resource_path
(
path
):
return
os
.
path
.
join
(
TESTING_DIR
,
'resources'
,
path
)