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

5 lines
134 B
Python

def test_update():
from pythonbrew.commands.update import UpdateCommand
c = UpdateCommand()
c.run_command(None, None)