Re: [sympy] Testing the changes

2017-01-24 Thread Yathartha Joshi
Do I require the command to run in the git bash? Secondly, there is test file in the bin directory(as you mentioned), and there is a test directory in the module itself(solvers in my case). What does this means? Yathartha On Tuesday, January 24, 2017 at 5:12:19 PM UTC+5:30, Gaurav Dhingra

Re: [sympy] Testing the changes

2017-01-24 Thread Gaurav Dhingra
You can test the changes made in the module running user@machine:~/sympy $ python ./bin/test in your SymPy main repo. You can read more about running tests tests here https://github.com/sympy/sympy/wiki/Development-workflow#be-sure-that-all-tests-of-sympy-pass. Gaurav Dhingra On Tue, Jan 24,

[sympy] Testing the changes

2017-01-24 Thread Yathartha Joshi
Hey, I am new I need help regarding how do I test the changes that I made in the module. I have made certain changes but I can't figure out how to check whether my changes work for all test cases... How do I check?? -- You received this message because you are subscribed to the Google Groups