コード例 #1
0
 def test_correct_with_multiplexed_library(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemyMultiplexedLibrary), MultiplexedLibrary)
コード例 #2
0
 def test_correct_with_well(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemyWell), Well)
コード例 #3
0
 def test_correct_with_study(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemyStudy), Study)
コード例 #4
0
 def test_correct_with_library(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemyLibrary), Library)
コード例 #5
0
 def test_correct_with_sample(self):
     self.assertEqual(get_equivalent_popo_model_type(SQLAlchemySample), Sample)