Re: [sage-devel] Sage testing

2012-11-21 Thread Johannes
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

[sage-devel] Sage testing

2012-11-21 Thread Jernej Azarija
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