Skip to content

Commit f77b8e6

Browse files
committed
printing both expected and test plots back to back
1 parent baec606 commit f77b8e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plotly/tests/test_optional/test_figure_factory.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,10 @@ def test_trisurf_all_args(self):
966966
'width': 500}}
967967
"""
968968

969+
print(test_trisurf_plot)
970+
971+
print(exp_trisurf_plot)
972+
969973
self.assert_dict_equal(test_trisurf_plot['layout'],
970974
exp_trisurf_plot['layout'])
971975

0 commit comments

Comments
 (0)