diff options
Diffstat (limited to 'tests/test-wttrin--make-cache-key.el')
| -rw-r--r-- | tests/test-wttrin--make-cache-key.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/test-wttrin--make-cache-key.el b/tests/test-wttrin--make-cache-key.el index ad2238d..96dfbaf 100644 --- a/tests/test-wttrin--make-cache-key.el +++ b/tests/test-wttrin--make-cache-key.el @@ -10,6 +10,17 @@ (require 'ert) (require 'wttrin) +(require 'testutil-wttrin) + +;;; Setup and Teardown + +(defun test-wttrin--make-cache-key-setup () + "Setup for make-cache-key tests." + (testutil-wttrin-setup)) + +(defun test-wttrin--make-cache-key-teardown () + "Teardown for make-cache-key tests." + (testutil-wttrin-teardown)) ;;; Normal Cases |
