#!/usr/local/bin/python2.5
# -*- coding: utf-8 -*-
"""IPython Test Suite Runner.
"""

from IPython.testing import iptest

iptest.main()
