mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-14 11:18:51 -05:00
ca5b4e7b54
Fixes #633
8 lines
116 B
Python
8 lines
116 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def world():
|
|
ode = pytest.importorskip("panda3d.ode")
|
|
return ode.OdeWorld()
|