| commit | 3e45f53e68e228933ac9109759535811d56e9834 | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Thu Apr 03 21:36:03 2014 -0700 |
| committer | Anthony Sottile <asottile@umich.edu> | Thu Apr 03 21:36:03 2014 -0700 |
| tree | eda295411a0a926346aab81185cdfdb1ddaf8637 | |
| parent | 212b3dc49d9cc0b97ad9c709cac6a1bbd41d40ad [diff] [blame] |
Add a hook for yaml files.
diff --git a/testing/util.py b/testing/util.py new file mode 100644 index 0000000..c52a8cf --- /dev/null +++ b/testing/util.py
@@ -0,0 +1,9 @@ + +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)