示例#1
0
 def test_item_download(self):
     try:
         games.setup("README.md", ".")
         self.assertTrue(os.path.exists(os.path.join(".", "README.md")))
     except KeyError:
         pass
示例#2
0
 def test_item_download(self):
   try:
     games.setup('polyglot.ini', '.')
     self.assertTrue(os.path.exists(os.path.join('.','polyglot.ini')))
   except KeyError:
     pass
示例#3
0
 def test_item_download(self):
   try:
     games.setup('README.md', '.')
     self.assertTrue(os.path.exists(os.path.join('.','README.md')))
   except KeyError:
     pass