mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
5 lines
126 B
Python
5 lines
126 B
Python
def test_clean():
|
|
from pythonbrew.commands.clean import CleanCommand
|
|
c = CleanCommand()
|
|
c.run_command(None, None)
|