61e270cbc61a293ff2a5507ede28ffe772ca60a7,tests/integration/interaction/test_range_min_max.py,,test_y_range_does_not_pan_below_y_min,#Any#Any#,95

Before Change



def test_y_range_does_not_pan_below_y_min(output_file_url, selenium):
    y_range_min = -1
    plot = make_range1d_pan_plot_with_callback(range_min=y_range_min)
    save(plot)
    selenium.get(output_file_url)

    // Pan plot and test for new range value

After Change



def test_y_range_does_not_pan_below_y_min(output_file_url, selenium):
    y_range_min = -1
    plot = make_pan_plot_with_callback(yr=Range1d(0, 3, bounds=(y_range_min, None)))
    save(plot)
    selenium.get(output_file_url)

    // Pan plot and test for new range value
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 6

Instances


Project Name: bokeh/bokeh
Commit Name: 61e270cbc61a293ff2a5507ede28ffe772ca60a7
Time: 2015-12-29
Author: sarah@bonvaya.com
File Name: tests/integration/interaction/test_range_min_max.py
Class Name:
Method Name: test_y_range_does_not_pan_below_y_min


Project Name: bokeh/bokeh
Commit Name: 61e270cbc61a293ff2a5507ede28ffe772ca60a7
Time: 2015-12-29
Author: sarah@bonvaya.com
File Name: tests/integration/interaction/test_range_min_max.py
Class Name:
Method Name: test_x_range_does_not_pan_left_of_x_min


Project Name: bokeh/bokeh
Commit Name: 61e270cbc61a293ff2a5507ede28ffe772ca60a7
Time: 2015-12-29
Author: sarah@bonvaya.com
File Name: tests/integration/interaction/test_range_min_max.py
Class Name:
Method Name: test_x_range_does_not_pan_right_of_x_max


Project Name: bokeh/bokeh
Commit Name: 61e270cbc61a293ff2a5507ede28ffe772ca60a7
Time: 2015-12-29
Author: sarah@bonvaya.com
File Name: tests/integration/interaction/test_range_min_max.py
Class Name:
Method Name: test_y_range_does_not_pan_above_y_max