Ejemplo n.º 1
0
 def test_three(self):
     notes_list = get_all_rotated_notes(["C", "F", "G"])
     self.assertEqual(notes_list,
                      [["C", "F", "G"], ["F", "G", "C"], ["G", "C", "F"]])
Ejemplo n.º 2
0
 def test_three(self):
     notes_list = get_all_rotated_notes(["C", "F", "G"])
     self.assertEqual(notes_list, [["C", "F", "G"], ["F", "G", "C"], ["G", "C", "F"]])