summaryrefslogtreecommitdiffstats
path: root/third_party/python/cram/cram/__init__.py
blob: 4b626c4027a40881aa64e53f297324cd13aef98a (plain)
1
2
3
4
5
6
"""Functional testing framework for command line applications"""

from cram._main import main
from cram._test import test, testfile

__all__ = ['main', 'test', 'testfile']