On 27 Nov., 07:49, Aaron Meurer <asmeu...@gmail.com> wrote:
> > Aaron, Ondrej, what were the original reasons for moving away from
> > py.test and do they still apply?
>
> I don't know.  That happened before I joined the project.  Ondrej,
> Mateusz, or Vinzent might know.

IIRC we wanted to have a simple pure python test runner (py.test needs
(or needed, don't know if this still applies) compiled C code), that
can be bundled with sympy while keeping compatibility to py.test.

I think some features that py.test does not have got added later.
Silently we broke compatibility, so you get a lot of failing tests if
you run py.test now. (Mainly because @XFAIL does not work for it, but
not only this.) This is unfortunate, because py.test's output is much
nicer in case something goes wrong.

Vinzent

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to