Ejemplo n.º 1
0
 def test_version_mismatch(self):
     with pytest.raises(ImportError):
         _verify_package_version("nottherightversion")
Ejemplo n.º 2
0
 def test_version_mismatch(self):
     with pytest.raises(ImportError):
         _verify_package_version("nottherightversion")