Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it so sage -t foo.sage pulls in the preparsed version of all the code in foo.sage before doctesting foo.py; make it so "sage -t foo.py" has an option to pull in all code from foo.py before doctesting it. #4750

Closed
williamstein opened this issue Dec 10, 2008 · 3 comments

Comments

@williamstein
Copy link
Contributor

CC: @dandrake @sagetrac-abergeron

Component: doctest coverage

Reviewer: David Roe

Issue created by migration from https://trac.sagemath.org/ticket/4750

@koffie
Copy link

koffie commented Aug 24, 2011

comment:3

I'm not sure if this is a good idea to do by default. We also use the doctests to give examples for the endusers. Enabling this functionality by default makes it possible to write passing doctests which are not working in interactive sage sessions.

@roed314
Copy link
Contributor

roed314 commented Feb 6, 2012

comment:4

I don't understand what this ticket is suggesting. I thought we already imported the classes and functions defined in a .sage file....

@jdemeyer
Copy link

Reviewer: David Roe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants