Ejemplo n.º 1
0
 def test_data_types_id(self):
     """Correctly returns the data_types of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_types(ret_id=True), [2])
Ejemplo n.º 2
0
 def test_data_types_id(self):
     """Correctly returns the data_types of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_types(ret_id=True), [2])
Ejemplo n.º 3
0
 def test_data_types(self):
     """Correctly returns the data_types of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_types(), ["18S"])
Ejemplo n.º 4
0
 def test_data_types(self):
     """Correctly returns the data_types of raw_data"""
     rd = RawData(1)
     self.assertEqual(rd.data_types(), ["18S"])