Пример #1
0
 def test_version_mismatch(self):
     with pytest.raises(ImportError):
         _verify_package_version("nottherightversion")
Пример #2
0
 def test_version_mismatch(self):
     with pytest.raises(ImportError):
         _verify_package_version("nottherightversion")