Hi,

On Tue, Apr 12, 2016 at 09:02:53AM +0300, Jori Mäntysalo wrote:
> For example src/sage/modular/modform/ambient.py contains function
> _compute_hecke_matrix_prime_power with docstring
> 
>         TESTS:
> 
>             sage: M = ModularForms(1, 12)
> 
> i.e. missing a colon: should be TESTS::.
> 
> Will this test be run with ./sage -t?
> 
> If not, one can found those files by
> 
> egrep -R '^ +TESTS:$' src/sage -A 2 | egrep 'sage:' | cut -f 1 -d - | sort -u


Be careful that it should be a multiline test, since the following are
allowed:

        TESTS:

        My super comment about modular forms::

                sage: M = ModularForms(1, 12)

or even:

        TESTS:

        My super comment about modular forms:

        ::
        
                sage: M = ModularForms(1, 12)

Ciao,
Thierry


> 
> -- 
> Jori Mäntysalo

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to