Skip to content

Commit a045750

Browse files
committed
Add comment
1 parent bc78b18 commit a045750

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/builtin/drawing/test_plot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ def test_plot(str_expr, msgs, str_expected, fail_msg):
252252
)
253253

254254

255+
#
256+
# NOTE: I think the following tests have been superseded by test_plot_detail.py which
257+
# does similar (actually, more stringent) tests much less laboriously. Keeping these
258+
# for now just in case, but probably better to add new tests to test_plot_detail.py
255259
#
256260
# Call plotting functions and examine the structure of the output
257261
# In case of error trees are printed with an embedded >>> marker showing location of error

0 commit comments

Comments
 (0)