"""[[[ DESCRIPTION OF TEST HERE ]]]"""

# Copyright (c) 2001-2009 ElevenCraft Inc.
# See LICENSE for details.

from schevo.test import CreatesSchema


class Test...(CreatesSchema):

    body = '''

    # schema here.
    '''

    def test_...(self):
        ...
