Skip to content

Commit

Permalink
enabling has specs and reference filter for scene graph composition w…
Browse files Browse the repository at this point in the history
…idget test
  • Loading branch information
chrizzFTD committed Feb 24, 2024
1 parent ac3eacb commit a5e868e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ def _sub_test_scenegraph_composition(self):
self.assertEqual(2, widget._layers.model.rowCount())
self.assertEqual(1, widget._prims.model.rowCount())

widget._has_specs.setChecked(True)
widget._graph_edge_include[description.Pcp.ArcTypeReference].setChecked(False)
# add_dll_directory only on Windows
os.add_dll_directory = lambda path: print(f"Added {path}") if not hasattr(os, "add_dll_directory") else os.add_dll_directory

Expand Down

0 comments on commit a5e868e

Please sign in to comment.