Files
python-build/tests/test_11_clean.py
T
2010-12-10 01:26:11 +09:00

5 lines
126 B
Python

def test_clean():
from pythonbrew.commands.clean import CleanCommand
c = CleanCommand()
c.run_command(None, None)