Skip to content

Commit c72f083

Browse files
Check if complex selectors works with assy
1 parent e945355 commit c72f083

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_assembly.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,7 @@ def test_empty_solve(nested_assy):
218218

219219
with pytest.raises(ValueError):
220220
nested_assy.solve()
221+
222+
def test_expression_grammar(nested_assy):
223+
224+
nested_assy.constrain("TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Plane")

0 commit comments

Comments
 (0)