es the TestCase class itself is working properly), and
> > haven't been able to locate them. Any pointers on where I can find
> > these? Or do they not exist?
>
> There are some tests for TestCase, but they're mostly testing the
> assertions and tools of that nature -
, but a
> test that verifies the TestCase class itself is working properly), and
> haven't been able to locate them. Any pointers on where I can find
> these? Or do they not exist?
There are some tests for TestCase, but they're mostly testing the
assertions and tools of that na
I don't think there are any specific tests checking the TestCase class, but
by extension, it is used quite a bit in the regression suite and does get
tested that way. There are some tests that target portions of django.test.*
but outside that, its just something that can be checked by other tests
w
Hi all,
I'm working on a tweak to django.test.TestCase, my first attempt at
contributing to Django. I've been searching for existing tests of
django.test.TestCase (not tests that use django.test.TestCase, but a
test that verifies the TestCase class itself is working properly), and
haven't been ab