0

Possible Duplicate:
Writing unit tests in Python: How do I start?

I have been writing code for a while. Sometimes for money, most of the time for fun. I really want to take my skills to the next level. This of course means learning more than the syntax of a language. I really want to learn to create test code. I would also be interested in seeing this community's views on testing (When should I test, What is the best way to write tests). My main language is python, and I do a lot of work with Django. So, with that, what are the best resources to learn to properly test your code?

Community
  • 1
  • 1
George Griffin
  • 514
  • 4
  • 12
  • You've been paid to write code without ever writing test code? – Falmarri Dec 31 '10 at 05:32
  • Very similar to [Writing unit tests in Python: How do I start? ](http://stackoverflow.com/questions/3371255/writing-unit-tests-in-python-how-do-i-start). – Matthew Flaschen Dec 31 '10 at 05:34
  • I know, right? It was mostly small web apps that I got paid just enough to stop eating ramen for a month or two. Like I said, I really want to take the step from coder to developer. – George Griffin Dec 31 '10 at 05:35
  • @Matthew Flaschen Wow, thanks. The quick search I did didn't turn up that question. – George Griffin Dec 31 '10 at 05:37

0 Answers0