aboutsummaryrefslogtreecommitdiff
path: root/test/util.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-01 13:29:10 -0400
committerSean Allred <code@seanallred.com>2014-11-01 13:29:10 -0400
commitb6b0b8dd82031eb55189ad3bea5eaacd8444b9d5 (patch)
tree700465dcf624682146779a14ae724722edd1908b /test/util.el
parent2e9a5dbb953d463ef9e54beb84c6355ff22e35ad (diff)
More work on data filter; add tests
Diffstat (limited to 'test/util.el')
-rw-r--r--test/util.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/util.el b/test/util.el
deleted file mode 100644
index 7d5937f..0000000
--- a/test/util.el
+++ /dev/null
@@ -1,12 +0,0 @@
-(defmacro stack-test-get-sample-data (method &optional directory)
- (with-current-buffer
- (find-file-noselect
- (concat "data-samples/"
- (when directory (concat directory "/"))
- method ".el"))
- (eval (read (buffer-string)))))
-
-(setq stack-test-data-questions
- (stack-test-get-sample-data "questions")
- stack-test-data-sites
- (stack-test-get-sample-data "sites"))