Files
python-build/tests/test_12_cleanup.py
T
2011-07-22 01:56:01 +09:00

5 lines
132 B
Python

def test_clean():
from pythonbrew.commands.cleanup import CleanupCommand
c = CleanupCommand()
c.run_command(None, None)