panda3d/tests/putil/conftest.py
2019-04-02 21:34:13 +02:00

7 lines
109 B
Python

import pytest
from panda3d.core import ClockObject
@pytest.fixture
def clockobj():
return ClockObject()