Files
python-build/tests/test_01_update.py
T
2011-03-20 03:45:58 +09:00

9 lines
211 B
Python

class UpdateOptions(object):
head = False
config = False
def test_update():
from pythonbrew.commands.update import UpdateCommand
c = UpdateCommand()
c.run_command(UpdateOptions(), None)