db7fe7ad6a788f662531e500ba5155dc75a7e45c,bokeh/models/tests/test_sources.py,TestColumnDataSource,test_add_with_and_without_name,#TestColumnDataSource#,248
Before Change
assert name == "Series 1"
def test_add_with_and_without_name(self):
ds = ColumnDataSource()
name = ds.add([1,2,3], "foo")
assert name == "foo"
name = ds.add([4,5,6])
assert name == "Series 1"
After Change
assert name == "Series 1"
def test_add_with_and_without_name(self):
ds = bms.ColumnDataSource()
name = ds.add([1,2,3], "foo")
assert name == "foo"
name = ds.add([4,5,6])
assert name == "Series 1"
In pattern: SUPERPATTERN
Frequency: 16
Non-data size: 3
Instances
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_add_with_and_without_name
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_data_accepts_groupby_arg
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_remove_exists
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_data_accepts_dataframe_index_named_column
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_data_column_lengths
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_data_accepts_dataframe_column_categoricalindex
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_data_accepts_dataframe_arg
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_set_data_from_json_nested_base64_and_list
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_data_accepts_groupby_with_None_subindex_name
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_basic
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_set_data_from_json_base64
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_set_data_from_json_nested_base64
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_add_without_name
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_set_data_from_json_list
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_remove_exists2
Project Name: bokeh/bokeh
Commit Name: db7fe7ad6a788f662531e500ba5155dc75a7e45c
Time: 2019-10-27
Author: bryan@bokeh.org
File Name: bokeh/models/tests/test_sources.py
Class Name: TestColumnDataSource
Method Name: test_add_with_name