On Fri, 20 Jan 2023 at 17:00, Mohit Kumar <mohitkumar020...@gmail.com> wrote:
>
> I want to contribute to sympy so, I ran tests using `$./setup.py test` . Now 
> I want to know if there would have been any error , I mean what it would show?

It is better to run tests by running the bin/test script or using
pytest. The full test suite takes a long time so I would usually only
run a subset of the tests e.g.:

    $ pytest sympy/polys

There is not usually a reason to run the tests though unless you have
made some changes to the sympy code first. If you haven't changed
anything then the expectation is that the tests should all pass.

--
Oscar

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHVvXxS%3DzBRO7sXb2ha3qzO99B4cr83rrpsqgP3XByesMT0xqw%40mail.gmail.com.

Reply via email to