Removed a stray debug statement. Thanks to Ramiro Morales for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
fbb42c31df
commit
f9a33cbfde
|
@ -147,7 +147,6 @@ def build_test(label):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if issubclass(TestClass, unittest.TestCase):
|
if issubclass(TestClass, unittest.TestCase):
|
||||||
print 'is a test case'
|
|
||||||
if len(parts) == 2: # label is app.TestClass
|
if len(parts) == 2: # label is app.TestClass
|
||||||
try:
|
try:
|
||||||
return unittest.TestLoader().loadTestsFromTestCase(TestClass)
|
return unittest.TestLoader().loadTestsFromTestCase(TestClass)
|
||||||
|
|
Loading…
Reference in New Issue