On Wednesday 01 June 2016 07:47 PM, anu sree wrote:
> Hi,
> 
> I am looking for a framework which helps to write functional test cases.
> Right now i am using unittest framework to do that, but that is ugly. How
> you guys are writing functional test cases.I also want to do stress test by
> sending thousands of concurrent requests (run functional test cases in
> different threads).

Have you tried py.test ? It might be one you are looking for.

http://pytest.org

For testing/validating models via fixtures try python-schematics.

> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
> 


-- 
Regards,

--Anand

----------------------------
Software Architect/Consultant
anandpil...@letterboxes.org

http://twitter.com/skeptichacker
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to