We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3eacb commit a5e868eCopy full SHA for a5e868e
tests/test_views.py
@@ -213,6 +213,8 @@ def _sub_test_scenegraph_composition(self):
213
self.assertEqual(2, widget._layers.model.rowCount())
214
self.assertEqual(1, widget._prims.model.rowCount())
215
216
+ widget._has_specs.setChecked(True)
217
+ widget._graph_edge_include[description.Pcp.ArcTypeReference].setChecked(False)
218
# add_dll_directory only on Windows
219
os.add_dll_directory = lambda path: print(f"Added {path}") if not hasattr(os, "add_dll_directory") else os.add_dll_directory
220
0 commit comments