Re: [BangPypers] framework to write functional test cases

2016-06-02 Thread vvb
We use nosetest extensively and find its conventions better than the other test frameworks we have used before. On Jun 2, 2016 3:13 PM, "Keshav Agrawal" wrote: If I understand correctly, there are two things which you are asking here - Functional Test Cases and Load/Stress Test by sending multipl

Re: [BangPypers] Python Software Foundation

2016-06-02 Thread Ramanathan Muthaiah
> > I am one of the Directors of the Python Software Foundation. The results > were out today morning. > > Thanks to one and all who voted for me. > Congratulations Poornima and all the best to fulfill your goals for 2016/2017. For the awareness of this group, am posting PSF link regd your profil

Re: [BangPypers] Python Software Foundation

2016-06-02 Thread Kiran Gangadharan
Congratulations :) On Wed, Jun 1, 2016 at 7:39 PM, Annapoornima Koppad wrote: > Dear All, > > I am one of the Directors of the Python Software Foundation. The results > were out today morning. > > Thanks to one and all who voted for me. > > -- > Thanks and regards, > Annapoornima Koppad > __

Re: [BangPypers] framework to write functional test cases

2016-06-02 Thread Keshav Agrawal
If I understand correctly, there are two things which you are asking here - Functional Test Cases and Load/Stress Test by sending multiple requests. I wont say unittest framework is ugly :) and for load testing you can use siege. You might have to integrate your test cases with siege to do load t