예제 #1
0
파일: test_memory.py 프로젝트: hoangt/ms3
 def test_cost(self):
     main = MockMemory()
     self.assertEqual(main.get_cost(), 0)