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