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