mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-23 08:09:13 -05:00
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def world():
|
||||
ode = pytest.importorskip("panda3d.ode")
|
||||
return ode.OdeWorld()
|
||||
Reference in New Issue
Block a user