60b177518e6f6ecbbd56389b4dfa19fb6430ce3a,bokeh/models/tests/test_glyphs.py,,test_InvertedTriangle,#,487
Before Change
def test_InvertedTriangle():
marker = InvertedTriangle()
yield check_marker_properties, marker
yield check_fill_properties, marker
yield check_line_properties, marker
yield check_properties_existence, marker, MARKER, FILL, LINE, GLYPH
def test_Square():
marker = Square()
yield check_marker_properties, marker
After Change
def test_InvertedTriangle():
marker = InvertedTriangle()
check_marker_properties(marker)
check_fill_properties(marker)
check_line_properties(marker)
check_properties_existence(marker, MARKER, FILL, LINE, GLYPH)
def test_Square():
marker = Square()
In pattern: SUPERPATTERN
Frequency: 13
Non-data size: 12
Instances
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_InvertedTriangle
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_Square
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_InvertedTriangle
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_Cross
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_Triangle
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_CircleCross
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_X
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_SquareCross
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_Asterisk
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_SquareX
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_Circle
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_CircleX
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_Diamond
Project Name: bokeh/bokeh
Commit Name: 60b177518e6f6ecbbd56389b4dfa19fb6430ce3a
Time: 2016-09-21
Author: github@birdsbits.com
File Name: bokeh/models/tests/test_glyphs.py
Class Name:
Method Name: test_DiamondCross