예제 #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")