Files
python-build/tests/test_09_py.py
T
2010-12-10 01:26:11 +09:00

11 lines
224 B
Python

from tests import TESTPY_FILE
class PyOptions(object):
pythons = []
verbose = False
def test_py():
from pythonbrew.commands.py import PyCommand
c = PyCommand()
c.run_command(PyOptions(), [TESTPY_FILE])