コード例 #1
0
ファイル: tests.py プロジェクト: PopAdi/wouso
 def test_setup(self):
     setup_scoring()
     for c in CORE_POINTS:
         self.assertTrue(Coin.get(c))
コード例 #2
0
 def test_setup(self):
     setup_scoring()
     for c in CORE_POINTS:
         self.assertTrue(Coin.get(c))
コード例 #3
0
ファイル: tests.py プロジェクト: PopAdi/wouso
 def test_check_setup(self):
     setup_scoring()
     self.assertTrue(check_setup())
コード例 #4
0
 def test_check_setup(self):
     setup_scoring()
     self.assertTrue(check_setup())