Files
python-build/tests/test_01_help.py
T
2011-07-19 23:17:29 +09:00

5 lines
122 B
Python

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