예제 #1
0
 def test_get_count_bad_table(self):
     with self.assertRaises(ValueError):
         get_count('BADTABLE')
예제 #2
0
 def test_get_count(self):
     obs = get_count('project')
     self.assertEqual(obs, 3)