mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
5 lines
134 B
Python
5 lines
134 B
Python
def test_update():
|
|
from pythonbrew.commands.update import UpdateCommand
|
|
c = UpdateCommand()
|
|
c.run_command(None, None)
|
|
|