diff options
| author | Glenn Morris | 2013-07-09 00:11:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-09 00:11:50 -0700 |
| commit | 771b2fc3036bbb1705ccc29bc061d18c114e30b9 (patch) | |
| tree | 8a2b964fc3f5fa033c8e82b4c7f73a36db179c82 /test/automated/python-tests.el | |
| parent | 4ebbdd6712c1966406b40d2673464949775cbd7a (diff) | |
| download | emacs-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.el | 1 |
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) |