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

5 lines
134 B
Python

def test_version():
from pythonbrew.commands.version import VersionCommand
c = VersionCommand()
c.run_command(None, None)