fixed docstr problems with unified interfaces

This commit is contained in:
Dave Halter
2014-02-26 02:33:18 +01:00
parent 5e5bb618ea
commit 44e16c11e5
5 changed files with 43 additions and 56 deletions

View File

@@ -28,7 +28,7 @@ def test_fake_loading():
def test_fake_docstr():
assert compiled.create(next).docstr.as_string() == next.__doc__
assert compiled.create(next).raw_doc == next.__doc__
def test_parse_function_doc_illegal_docstr():