(t *testing.T)
| 39 | } |
| 40 | |
| 41 | func TestFieldColors(t *testing.T) { |
| 42 | cmpimg.CheckPlot(ExampleField_colors, t, "color_field.png") |
| 43 | } |
| 44 | |
| 45 | func TestFieldGophers(t *testing.T) { |
| 46 | cmpimg.CheckPlot(ExampleField_gophers, t, "gopher_field.png") |
nothing calls this directly
no test coverage detected