コード例 #1
0
ファイル: test_convert.py プロジェクト: tonysyu/Bento
 def test_distutils(self):
     monkey_patch("distutils", "setup.py")
     self.assertTrue("setuptools" not in sys.modules)
コード例 #2
0
ファイル: test_convert.py プロジェクト: tonysyu/Bento
 def test_setuptools(self):
     monkey_patch("setuptools", "setup.py")
     self.assertTrue("setuptools" in sys.modules)