[Answered ]-Python: Lost writing a UnitTest

2👍

Let me recommend you this Test Driven Django Tutorial

http://www.tdd-django-tutorial.com/

Truly amazing tutorial, go through it and you will be enlightened.

Let me add also this talk:

https://dstegelman-conf-notes.readthedocs.org/en/latest/conferences/pycon2012/saturday/testing.html

And this:

https://pycon-2012-notes.readthedocs.org/en/latest/testing_and_django.html

👤oz123

0👍

If you’re using Django at all (and even if you’re not), I would very highly recommend the following book (available for free online):

Test-Driven Development with Python

Leave a comment