Skip to content

Commit

Permalink
Include circular diagrams in label tests (currently limited support)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Mar 16, 2013
1 parent aa2bd86 commit c68e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_GenomeDiagram.py
Expand Up @@ -420,7 +420,7 @@ def test_labels(self):
label_position="middle", label_position="middle",
label_size=6, label_angle=-90) label_size=6, label_angle=-90)
self.assertEqual(len(self.gdd.tracks), 4) self.assertEqual(len(self.gdd.tracks), 4)
self.finish("GD_sigil_labels", circular=False) self.finish("GD_sigil_labels", circular=True)


def test_arrow_shafts(self): def test_arrow_shafts(self):
"""Feature arrow sigils, varying shafts.""" """Feature arrow sigils, varying shafts."""
Expand Down

0 comments on commit c68e81f

Please sign in to comment.