Sign in
cobalt
/
pre-commit-hooks
/
3e45f53e68e228933ac9109759535811d56e9834
/
.
/
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
)