mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
5 lines
134 B
Python
5 lines
134 B
Python
def test_version():
|
|
from pythonbrew.commands.version import VersionCommand
|
|
c = VersionCommand()
|
|
c.run_command(None, None)
|