mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
def test_off():
|
|
from pythonbrew.commands.off import OffCommand
|
|
c = OffCommand()
|
|
c.run_command(None, None)
|