DEBSOURCES
Skip Quicknav
sources / python-nxtomomill / 1.1.0-4 / nxtomomill / tests / test_version.py
1234567
# coding: utf-8 def test_version(): from nxtomomill import version assert isinstance(version.version, str)