Re: [tryton] First Bug

2016-03-09 Thread Cédric Krier
On 2016-03-09 11:17, Shreedhar Manek wrote:
> Hi,
> I have been working on resolving the following bug - 
> https://bugs.tryton.org/issue5363.
> 
> I have made use of help on the IRC channel and have made some changes in 
> the code. But since this is the first bug that I have ever worked on, I 
> need some additional help. I want to know how to proceed. How do I test the 
> code?

First, you can test manually by installing and/or updating the database.
But also just login with the client and see if it is working.

You must also run the tests of the modules you are working on. For that
we have a script that setup everything:

./trytond/tests/run-tests.py --help

Especially to run the test of account and account_invoice:

./trytond/tests/run-tests.py -vv -m account account_invoice

> And once the testing is done, I assume I can submit it for review 
> using the upload.py channel. Is that correct? 

Yes, once you are confident that your patch is good.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/20160309200923.GI25642%40tetsuo.


[tryton] First Bug

2016-03-09 Thread Shreedhar Manek
Hi,
I have been working on resolving the following bug - 
https://bugs.tryton.org/issue5363.

I have made use of help on the IRC channel and have made some changes in 
the code. But since this is the first bug that I have ever worked on, I 
need some additional help. I want to know how to proceed. How do I test the 
code? And once the testing is done, I assume I can submit it for review 
using the upload.py channel. Is that correct? 

Thanks,
Shreedhar Manek

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/fde8b92d-7f9e-4794-8680-f7aa0cc6f781%40googlegroups.com.