Skip to content

Commit

Permalink
Add tests for material settings classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 26, 2024
1 parent ebb8bf0 commit aaec233
Show file tree
Hide file tree
Showing 2 changed files with 628 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/src/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,10 @@ if (WITH_DESKTOP)
ADD_PYTHON_TEST(PyQgsAppStartup test_qgsappstartup.py)
endif()

if (WITH_3D)
ADD_PYTHON_TEST(PyQgs3DMaterials test_qgs3dmaterials.py)
endif()

if (WITH_PDF4QT)
ADD_PYTHON_TEST(PyQgsPdfRenderer test_qgspdfrenderer.py)
if (WITH_QTWEBENGINE)
Expand Down
Loading

0 comments on commit aaec233

Please sign in to comment.