Hi all, Im working on djnago 1.2 i need to write tests for django models, what actually do i need to test in models?
and also i found this link from google - http://playpauseandstop.github.com/tddspry/writing_tests.html#database-tests-with-databasetestcase <http://playpauseandstop.github.com/tddspry/writing_tests.html#database-tests-with-databasetestcase>and installed all the necessary modules given in the above link (mock,nose,twill) and then used the example given in this link: http://playpauseandstop.github.com/tddspry/writing_tests.html#usage now got the error: ImportError: cannot import name TestSMTPConnection am i missing anything,? -- Girish M S -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.