コード例 #1
0
ファイル: test_data.py プロジェクト: Jorge-C/qiita
 def test_data_type_id(self):
     """Correctly returns the data_type of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_type(ret_id=True), 2)
コード例 #2
0
 def test_data_type_id(self):
     """Correctly returns the data_type of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_type(ret_id=True), 2)
コード例 #3
0
ファイル: test_data.py プロジェクト: Jorge-C/qiita
 def test_data_type(self):
     """Correctly returns the data_type of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_type(), "18S")
コード例 #4
0
 def test_data_type(self):
     """Correctly returns the data_type of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_type(), "18S")