コード例 #1
0
ファイル: test_dotur.py プロジェクト: pombredanne/pycogent-1
 def test_get_otu_lists(self):
     """get_otu_lists should function as expected.
     """
     for obs, exp in zip(self.otu_lists_unparsed, self.otu_lists_parsed):
         self.assertEqual(get_otu_lists(obs), exp)
コード例 #2
0
ファイル: test_dotur.py プロジェクト: mikerobeson/pycogent
 def test_get_otu_lists(self):
     """get_otu_lists should function as expected.
     """
     for obs, exp in zip(self.otu_lists_unparsed, self.otu_lists_parsed):
         self.assertEqual(get_otu_lists(obs), exp)
コード例 #3
0
ファイル: test_dotur.py プロジェクト: pombredanne/pycogent-1
 def test_get_otu_lists_no_data(self):
     """get_otu_lists should function as expected.
     """
     self.assertEqual(get_otu_lists([]), [])
コード例 #4
0
ファイル: test_dotur.py プロジェクト: mikerobeson/pycogent
 def test_get_otu_lists_no_data(self):
     """get_otu_lists should function as expected.
     """
     self.assertEqual(get_otu_lists([]), [])