Re: unittest.TestCase vs. django.test.TestCase in overview example

2013-03-31 Thread Lorin Hochstein
o cater to people who > don't take the time to fully read the docs, but in this case I'm a bit > sympathetic. On the other hand, this example will probably be a bit more > obvious when we drop support for Python 2.6 and no longer have > django.utils.unittest. At the

Re: unittest.TestCase vs. django.test.TestCase in overview example

2013-03-30 Thread Lorin Hochstein
e example so it's a bit more visible. > > On Saturday, March 16, 2013 8:27:01 PM UTC-4, Lorin Hochstein wrote: >> >> Hi there: >> >> On the Django testing overview doc page < >> https://docs.djangoproject.com/en/dev/topics/testing/overview/>, the >

unittest.TestCase vs. django.test.TestCase in overview example

2013-03-16 Thread Lorin Hochstein
Hi there: On the Django testing overview doc page , the initial example uses unittest.TestCase. A Django developer who was looking for a quick reminder on how to write unit tests is likely to hit this page first. If that developer