sage-shell-mode icon indicating copy to clipboard operation
sage-shell-mode copied to clipboard

Revive sage-test-mode

Open nthiery opened this issue 7 years ago • 1 comments

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!

nthiery avatar Jul 25 '18 18:07 nthiery

+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.

hivert avatar May 22 '23 15:05 hivert