Files
python-build/tests/test_05_use.py
T
2011-07-22 19:09:59 +09:00

8 lines
206 B
Python

from tests import TESTPY_VERSION
def test_use():
from pythonbrew.commands.use import UseCommand
for py_version in TESTPY_VERSION:
c = UseCommand()
c.run_command(None, [py_version])