Check if complex selectors works with assy

This commit is contained in:
Adam Urbańczyk
2021-03-28 12:07:08 +02:00
committed by GitHub
parent e9453557f8
commit c72f0838e0

View File

@ -218,3 +218,7 @@ def test_empty_solve(nested_assy):
with pytest.raises(ValueError):
nested_assy.solve()
def test_expression_grammar(nested_assy):
nested_assy.constrain("TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Plane")