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

5 lines
122 B
Python

def test_help():
from pythonbrew.commands.help import HelpCommand
c = HelpCommand()
c.run_command(None, None)