Re: [sage-devel] Re: Adding doctest

2019-04-24 Thread Bea Galiana
Hi, Yes, that's what I meant but thank you for making it clearer! It might help others as well :-) Best regards. El mar., 23 abr. 2019 a las 15:53, Simon King () escribió: > Hi Bea, > > On 2019-04-23, Bea Galiana wrote: > > I've been reading the general conventions about writing tests but I'm

[sage-devel] Re: Adding doctest

2019-04-23 Thread Simon King
Hi Bea, On 2019-04-23, Bea Galiana wrote: > I've been reading the general conventions about writing tests but I'm not > really sure about where should I add it. I did take a look at others > scripts where doctests have been added before and it seems I should I write > it as a comment, so I though