Ejemplo n.º 1
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)
Ejemplo n.º 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)
Ejemplo n.º 3
0
 def test_data_type(self):
     """Correctly returns the data_type of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_type(), "18S")
Ejemplo n.º 4
0
 def test_data_type(self):
     """Correctly returns the data_type of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_type(), "18S")