panda3d/tests/ode/conftest.py
2019-04-28 22:29:29 +02:00

8 lines
116 B
Python

import pytest
@pytest.fixture
def world():
ode = pytest.importorskip("panda3d.ode")
return ode.OdeWorld()