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

5 lines
118 B
Python

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