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

5 lines
118 B
Python

def test_off():
from pythonbrew.commands.off import OffCommand
c = OffCommand()
c.run_command(None, None)