コード例 #1
0
 def test_get_version(self):
     """Tests the get_version function."""
     version = pyscca.get_version()
コード例 #2
0
 def test_get_version(self):
   """Tests the get_version function."""
   version = pyscca.get_version()
   self.assertIsNotNone(version)
コード例 #3
0
ファイル: pyscca_test_support.py プロジェクト: libyal/libscca
 def test_get_version(self):
   """Tests the get_version function."""
   version = pyscca.get_version()