commit | 7f88ae3b060645096452a2efa3a0885c79a1e7f6 | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Mon Aug 11 16:53:35 2014 +0100 |
committer | Javi Merino <javi.merino@arm.com> | Wed Aug 12 14:52:41 2015 +0100 |
tree | 79c6a8b28f3b8d8c1fbe3717067b28137d0ede79 | |
parent | 1cc4bfca42c8123c27f520da735761ce83c2b456 [diff] [blame] |
plot_utils: let pre_plot_setup setup multicolumn plots
diff --git a/tests/test_plot_utils.py b/tests/test_plot_utils.py index 90bf0d9..fd624d7 100644 --- a/tests/test_plot_utils.py +++ b/tests/test_plot_utils.py
@@ -66,6 +66,9 @@ plot_utils.pre_plot_setup(height=None, width=9) plot_utils.pre_plot_setup(3, 9) + axis = plot_utils.pre_plot_setup(ncols=2) + self.assertEquals(len(axis), 2) + def test_post_plot_setup(self): """Test that post_plot_setup() doesn't bomb"""