Files
python-build/tests/test_02_version.py
T
2011-07-22 19:09:59 +09:00

5 lines
134 B
Python

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