Re: Testing Frameworks and Practices(consensus?)

2013-12-12 Thread Arnold Krille
Am Wed, 11 Dec 2013 12:03:44 -0500 schrieb Thomas Murphy : > This seems like a more appropriate forum that SO for this discussion. > > I've been testing my apps with Selenium, which seems to be a popular > choice for Django, but so does unittest and some others, as

Testing Frameworks and Practices(consensus?)

2013-12-11 Thread Thomas Murphy
Hi, This seems like a more appropriate forum that SO for this discussion. I've been testing my apps with Selenium, which seems to be a popular choice for Django, but so does unittest and some others, as well as using coverage to check for code coverage. I'm curious to hear about others