From 340fb5866c09afef7e1ff5c6b60526efd8685452 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 8 Aug 2022 09:41:11 -0600 Subject: [PATCH] [instancer.solver] More test --- Tests/varLib/instancer/solver_test.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Tests/varLib/instancer/solver_test.py b/Tests/varLib/instancer/solver_test.py index 6936b7231..09bc6b32f 100644 --- a/Tests/varLib/instancer/solver_test.py +++ b/Tests/varLib/instancer/solver_test.py @@ -157,6 +157,13 @@ class RebaseTentTest(object): (-1, (-1, -1, -.5)), ] ), + + pytest.param( + (.5, .5, .5), (.25, .25, .5), + [ + (1, (1, 1, 1)), + ] + ), ], ) def test_rebaseTent(self, tent, axisRange, expected):