Re: [sage-devel] coverage question

2010-06-23 Thread John Cremona
Doesn't adding # not tested work? John On 23 June 2010 13:39, John H Palmieri wrote: > In the file misc/sagedocs.py, there are some methods which are one- > liners: they just open up a piece of the documentation in a web > browser: > >    def tutorial(self): >        """ >        The Sage tutori

[sage-devel] coverage question

2010-06-23 Thread John H Palmieri
In the file misc/sagedocs.py, there are some methods which are one- liners: they just open up a piece of the documentation in a web browser: def tutorial(self): """ The Sage tutorial. To get started with Sage, start here. """ self._open("tutorial") How can thi