sagemath / sage-shell-mode

Emacs front end for SageMath
GNU General Public License v3.0
98 stars 16 forks source link

Revive sage-test-mode #41

Open nthiery opened 5 years ago

nthiery commented 5 years ago

With the old sage-mode, C-c C-t on a buffer was running sage -t on the corresponding file, and the test log was rendered in a useful way, with clickable links to the failing doctests and so on.

Could this be revived in sage-shell-mode?

Thanks in advance!

hivert commented 1 year ago

+1 !

In the mean time, I've a workaround which allows a similar workflow: I'm abusing "M-x compile" pretending the compilation command is "sage -t foo.py". The errors are correctly parsed and generate clickable links.