update command

This commit is contained in:
Yuta
2011-03-20 03:45:58 +09:00
parent c7c4ab09c8
commit 3a9cfe074e
6 changed files with 81 additions and 24 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
class UpdateOptions(object):
head = False
config = False
def test_update():
from pythonbrew.commands.update import UpdateCommand
c = UpdateCommand()
c.run_command(None, None)
c.run_command(UpdateOptions(), None)