示例#1
0
 def test_nonexistent_package_not_importable(self):
     assert not is_importable("aintnopackageevelkdsjfl")
 def test_nonexistent_package_not_importable(self):
     assert not is_importable('aintnopackageevelkdsjfl')
示例#3
0
 def test_existing_package_importable(self):
     assert is_importable("imaplib")
 def test_existing_package_importable(self):
     assert is_importable('imaplib')