Commit b70e11cb authored by Alexandre Boeglin's avatar Alexandre Boeglin

Corrected typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2407 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a01c79f7
......@@ -485,10 +485,12 @@ class Test(ERP5TypeTestCase):
"""
A Sample Test
For the method to be called during the test, its name must start with 'test'.
For the method to be called during the test,
its name must start with 'test'.
The '_01_' part of the name is not mandatory,
it just allows you to define in which order the tests are to be launched.
Tests methods (self.assert... and self.failIf...) are defined un /usr/lib/python/unittest.py.
Tests methods (self.assert... and self.failIf...)
are defined in /usr/lib/python/unittest.py.
"""
self.assertEqual(0, 1)
'''
......
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