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