From a5e868e18db82b81c152e1eee60455f1b638c43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Sat, 24 Feb 2024 12:07:24 +1100 Subject: [PATCH] enabling has specs and reference filter for scene graph composition widget test --- tests/test_views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_views.py b/tests/test_views.py index a952b8a9..8714787e 100644 --- a/tests/test_views.py +++ b/tests/test_views.py @@ -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