added fill paragraph test for Denis

This commit is contained in:
Ekaterina Tuzova
2013-03-26 15:48:17 +04:00
parent 025c63a86b
commit e1299cd891
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,7 @@
__author__ = 'ktisha'
def foo():
"""
This is my docstring. <caret>There are many like it, but this one mine. My docstring is my best friend. it is my life. I must master it as I must master my life.
This is my docstring. There are many like it, but this one mine. My docstring is my best friend. it is my life. I must master it as I must master my life.
"""
@@ -0,0 +1,8 @@
__author__ = 'ktisha'
def foo():
"""
This is my docstring. There are many like it, but this one mine. My docstring is my best friend. it is my life. I
must master it as I must master my life. This is my docstring. There are many like it,
but this one mine. My docstring is my best friend. it is my life. I must master it as I must master my life.
"""
@@ -16,6 +16,10 @@ public class PyFillParagraphTest extends PyTestCase {
doTest();
}
public void _testMultilineDocstring() {
doTest();
}
public void testDocstringOneParagraph() {
doTest();
}