You can do that manually in the Python interpreter or write your own unit tests that check input and output.
Jason Jason moorepants.info +01 530-601-9791 On Tue, Jan 26, 2016 at 9:19 AM, shubham tibra <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/sympy/ae98fd6e-1013-4f52-94be-9f40a8b1f71d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAP7f1AhXb7-Rb6xiLt14n%2BTj3vSxLbas9pCk638ZeWu0ddVdQQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
