Source code for nxtomomill.tests.test_version

# coding: utf-8


[docs]def test_version(): from nxtomomill import version assert isinstance(version.version, str)