#!/alma/ACS-8.2/Python/bin/python
# -*- coding: utf-8 -*-
"""IPython Test Suite Runner.
"""

from IPython.testing import iptest

iptest.main()
