aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated/python-tests.el
diff options
context:
space:
mode:
authorGlenn Morris2013-07-09 00:11:50 -0700
committerGlenn Morris2013-07-09 00:11:50 -0700
commit771b2fc3036bbb1705ccc29bc061d18c114e30b9 (patch)
tree8a2b964fc3f5fa033c8e82b4c7f73a36db179c82 /test/automated/python-tests.el
parent4ebbdd6712c1966406b40d2673464949775cbd7a (diff)
downloademacs-771b2fc3036bbb1705ccc29bc061d18c114e30b9.tar.gz
emacs-771b2fc3036bbb1705ccc29bc061d18c114e30b9.zip
Explictly require ert in some test/automated/*.el files
* automated/add-log-tests.el, automated/advice-tests.el: * automated/imenu-test.el, automated/python-tests.el: * automated/ruby-mode-tests.el, automated/xml-parse-tests.el: Explictly require ert.
Diffstat (limited to 'test/automated/python-tests.el')
-rw-r--r--test/automated/python-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el
index 40505cc7953..c115f69be63 100644
--- a/test/automated/python-tests.el
+++ b/test/automated/python-tests.el
@@ -21,6 +21,7 @@
21 21
22;;; Code: 22;;; Code:
23 23
24(require 'ert)
24(require 'python) 25(require 'python)
25 26
26(defmacro python-tests-with-temp-buffer (contents &rest body) 27(defmacro python-tests-with-temp-buffer (contents &rest body)