mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
7 lines
188 B
Python
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])
|