Files
python-build/tests/test_06_off.py
T
2011-07-22 19:09:59 +09:00

5 lines
118 B
Python

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