예제 #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())