Skip to content

Commit

Permalink
added pyramid mock
Browse files Browse the repository at this point in the history
  • Loading branch information
CatherineH committed Apr 13, 2016
1 parent 1f96241 commit fef6146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyglet_helper/test/object_tests/test_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_arrow_effective_geometry():
@patch('pyglet_helper.objects.renderable.gl', new=pyglet_helper.test.fake_gl)
@patch('pyglet_helper.objects.arrow.gl', new=pyglet_helper.test.fake_gl)
@patch('pyglet_helper.objects.box.gl', new=pyglet_helper.test.fake_gl)
@patch('pyglet_helper.objects.pyramid.gl', new=pyglet_helper.test.fake_gl)
@patch('pyglet_helper.util.rgba.gl', new=pyglet_helper.test.fake_gl)
@patch('pyglet_helper.util.linear.gl', new=pyglet_helper.test.fake_gl)
@patch('pyglet_helper.objects.box.gl', new=pyglet_helper.test.fake_gl)
Expand Down

0 comments on commit fef6146

Please sign in to comment.