Sign in
cobalt
/
pre-commit-hooks
/
777d06b3368e1b17481e2cd4b3a78cb2eda57dc4
/
.
/
testing
/
util.py
blob: c52a8cf688de368e276b5ea9c97c2bf811596e50 [
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
)