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

7 lines
188 B
Python

from tests import TESTPY_VERSION
def test_uninstall():
from pythonbrew.commands.uninstall import UninstallCommand
c = UninstallCommand()
c.run_command(None, [TESTPY_VERSION])