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

--
Jori Mäntysalo

Reply via email to