|
|
@ -1,9 +1,9 @@ |
|
|
|
import stormpy |
|
|
|
from stormpy.info import info |
|
|
|
import stormpy.info |
|
|
|
|
|
|
|
|
|
|
|
class TestInfo: |
|
|
|
def test_version(self): |
|
|
|
assert isinstance(info.Version.short, str) and "." in info.Version.short |
|
|
|
assert isinstance(info.Version.long, str) and "Version" in info.Version.long |
|
|
|
assert isinstance(info.Version.build_info, str) and "Compiled" in info.Version.build_info |
|
|
|
assert isinstance(stormpy.info.Version.short, str) and "." in stormpy.info.Version.short |
|
|
|
assert isinstance(stormpy.info.Version.long, str) and "Version" in stormpy.info.Version.long |
|
|
|
assert isinstance(stormpy.info.Version.build_info, str) and "Compiled" in stormpy.info.Version.build_info |