Hey Jernej,
take a look here:
http://www.sagemath.org/doc/developer/walk_through.html#reviewing-a-patch
greatz Johannes
On 21.11.2012 17:20, Jernej Azarija wrote:
> Hello!
>
> I was wondering how is testing of Sage currently performed.
>
> What I was wondering is if there is a policy that for e
Hello!
I was wondering how is testing of Sage currently performed.
What I was wondering is if there is a policy that for every new addition to
sage there is also a suitable test case that is prepared to test the
specific addition.
For example if I add the function foo() to the graph class is