Make it actually test something.
2013-07-09 Glenn Morris <rgm@gnu.org>
+ * automated/python-tests.el (python-indent-block-enders):
+ Make it actually test something.
+
* automated/package-x-test.el: Require package-test when compiling.
* automated/add-log-tests.el, automated/advice-tests.el:
"
(python-tests-look-at "3)")
(forward-line 1)
- (= (python-indent-calculate-indentation) 12)
+ (should (= (python-indent-calculate-indentation) 8))
(python-tests-look-at "pass")
(forward-line 1)
- (= (python-indent-calculate-indentation) 8)))
+ (should (= (python-indent-calculate-indentation) 8))))
\f
;;; Navigation