コード例 #1
0
ファイル: test_util.py プロジェクト: squirrelo/plate-mapper
 def test_get_count_bad_table(self):
     with self.assertRaises(ValueError):
         get_count('BADTABLE')
コード例 #2
0
ファイル: test_util.py プロジェクト: squirrelo/plate-mapper
 def test_get_count(self):
     obs = get_count('project')
     self.assertEqual(obs, 3)