Skip to content

Commit

Permalink
[instancer.solver] More test
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Aug 17, 2022
1 parent 9e8f94c commit 070d507
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tests/varLib/instancer/solver_test.py
Expand Up @@ -104,6 +104,16 @@ class RebaseTentTest(object):
]
),
# Case 3a/1neg
pytest.param(
(.0, .5, 2), (.2, .5, 1),
[
(1, (-1, 0, 1)),
(-0.33333333333333337, (0, 1, 1)),
(-.6, (-1, -1, 0)),
]
),
# Case 1neg
pytest.param(
(.0, .5, 1), (0, .25, .5),
Expand Down

0 comments on commit 070d507

Please sign in to comment.