conftest.py 116 B

1234567
  1. import pytest
  2. @pytest.fixture
  3. def world():
  4. ode = pytest.importorskip("panda3d.ode")
  5. return ode.OdeWorld()