Skip to content

Commit

Permalink
add documentation to panda3d test
Browse files Browse the repository at this point in the history
  • Loading branch information
petrikvladimir committed Sep 13, 2023
1 parent 7aa60f8 commit 63fd762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_renderer_panda3d.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Set of unit tests for Panda3D renderer."""
import unittest
from pathlib import Path
import numpy as np
Expand All @@ -14,7 +15,10 @@


class TestRendererPanda3D(unittest.TestCase):
"""Unit tests for Panda3D renderer."""

def test_simple_render(self):
"""Render an example object and check that output image match expectation."""
renderer = Panda3dSceneRenderer(
asset_dataset=RigidObjectDataset(
objects=[
Expand Down

0 comments on commit 63fd762

Please sign in to comment.