def test_correct_with_multiplexed_library(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemyMultiplexedLibrary), MultiplexedLibrary)
 def test_correct_with_well(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemyWell), Well)
 def test_correct_with_study(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemyStudy), Study)
 def test_correct_with_library(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemyLibrary), Library)
 def test_correct_with_sample(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemySample), Sample)