Skip to content

Commit ab37172

Browse files
committed
Fixed tests cleanup
1 parent 5e068b6 commit ab37172

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_examples.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,15 @@ def test_helloworld_example():
1414
HelloWorld.__bases__ = (OSMesaContext,)
1515
test = HelloWorld(1280, 720, "Test")
1616
test.run()
17-
test.shutdown()
1817

1918

2019
def test_cubes_example():
2120
Cubes.__bases__ = (OSMesaContext,)
2221
test = Cubes(1280, 720, "Test")
2322
test.run()
24-
test.shutdown()
2523

2624

2725
def test_mesh_example():
2826
MeshExample.__bases__ = (OSMesaContext,)
2927
test = MeshExample(1280, 720, "Test")
3028
test.run()
31-
test.shutdown()

0 commit comments

Comments
 (0)