diff --git a/tests/test_description.py b/tests/test_description.py index ecc6b9776..44223899a 100644 --- a/tests/test_description.py +++ b/tests/test_description.py @@ -41,8 +41,11 @@ MARKDOWN_DOCSTRING = """

an example docstring

indented

hash style header

-
[{
"alpha": 1,
"beta": "this is a string"
}]
-


""" +

json +[{ + "alpha": 1, + "beta": "this is a string" +}]

""" class TestViewNamesAndDescriptions(TestCase):