What if want to give some input and check if it is giving correct output now, How I do that?
On Tuesday, January 26, 2016 at 9:28:24 PM UTC+5:30, mvnnn wrote: > > I made some changes to the code to solve a issue. Now how do I know if the >> bug is sloved? >> > I need to know whether the code gives correct output now , how to test it? >> > if you already installed sympy then first need to activate your env and > run ">>> python " in terminal otherwise run ">>> isympy" in teminal and > test your changes.. > > for test all code using this command ">>> ./setup.py test" ...if all test > case are passed then your changes are may be acceptable it's depends on > your changes. > > you need to refer this --> http://docs.sympy.org/latest/install.html > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/ae98fd6e-1013-4f52-94be-9f40a8b1f71d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
