[sage-devel] Doctest in external packages

2019-08-20 Thread Benjamin Schmidt
I ran into an issue regarding sage doctests. Once I don't test individual files, but make a package things go south. From what I understand testing packages requires to add import statements to the doctests, but I cannot make it work. I have a folder example with two files: An empty __init__.py

Re: [sage-devel] Doctest in external packages

2019-08-20 Thread Benjamin Schmidt
for testing purposes. > > Vincent > > Le 20/08/2019 à 14:24, Benjamin Schmidt a écrit : > > I ran into an issue regarding sage doctests. Once I don't test > individual > > files, but make a package things go south. From what I understand > testing > >