Files
python-build/tests/test_04_switch.py
T
2011-07-19 23:17:29 +09:00

8 lines
218 B
Python

from tests import TESTPY_VERSION
def test_switch():
from pythonbrew.commands.switch import SwitchCommand
for py_version in TESTPY_VERSION:
c = SwitchCommand()
c.run_command(None, [py_version])