Kaydet (Commit) cdc6415f authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst a1fda7e1
......@@ -58,7 +58,7 @@ frameworks are:
import unittest
class MyFuncTestCase(unittest.TestCase)
class MyFuncTestCase(unittest.TestCase):
def testBasic(self):
a = ['larry', 'curly', 'moe']
self.assertEquals(my_func(a, 0), 'larry')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment