diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt index a322d41d6c..b7471f852b 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -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') |
