Files
python-build/tests/test_11_cleanup.py
T
2011-07-10 20:49:00 +09:00

5 lines
132 B
Python

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