~nyergler/python-mode/pdbtrack-mapping

« back to all changes in this revision

Viewing changes to test/python-executes-test.el

  • Committer: Andreas Roehler
  • Date: 2012-04-06 13:28:10 UTC
  • Revision ID: andreas.roehler@online.de-20120406132810-8fkzkjuuf96pyh6x
ipython completion has stopped working, lp:973844

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
(defun py-execute-line-base ()
98
98
  (assert (markerp (py-execute-line)) nil "py-execute-line-test failed"))
99
99
 
100
 
 
101
 
 
102
100
(provide 'python-extended-executes-test)
103
101
;;; python-extended-executes-test.el ends here
104