From 070d507e3d9970255cd724bee77b6cdfa00fe9c0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 8 Aug 2022 09:43:17 -0600 Subject: [PATCH] [instancer.solver] More test --- Tests/varLib/instancer/solver_test.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Tests/varLib/instancer/solver_test.py b/Tests/varLib/instancer/solver_test.py index 09bc6b32fb9..048827a1f35 100644 --- a/Tests/varLib/instancer/solver_test.py +++ b/Tests/varLib/instancer/solver_test.py @@ -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),