Exemplo n.º 1
0
 def test_nonexistent_package_not_importable(self):
     assert not is_importable("aintnopackageevelkdsjfl")
Exemplo n.º 2
0
 def test_nonexistent_package_not_importable(self):
     assert not is_importable('aintnopackageevelkdsjfl')
Exemplo n.º 3
0
 def test_existing_package_importable(self):
     assert is_importable("imaplib")
Exemplo n.º 4
0
 def test_existing_package_importable(self):
     assert is_importable('imaplib')