Well, it's seriously hacky. If you look at the code, I basically search for key terms in the html output, which means it will break if the html output from sympy-next changes even in a trivial way. Therefore, you should *always* double check the actual html output before merging a branch that apparently has no failures according to the summary.
But it gets the job done, and I think was something that was bothering all of us. Aaron Meurer On Thu, Aug 11, 2011 at 5:25 PM, Vinzent Steinberg <[email protected]> wrote: > On 11 Aug., 14:40, Aaron Meurer <[email protected]> wrote: >> So I made a little (hackish) addition to sympy-bot that prints a >> summary of the results in the comment >> (seehttps://github.com/sympy/sympy-bot/pull/29), and am in the process of >> doing this myself. Sorry for any duplicate reviews, and for spamming >> people with sympy-bot test results in general :) > > That is a great addition and something that has always bothered me, > thanks! > > Vinzent > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
