[instancer.featureVars] Add one more test
This commit is contained in:
parent
392706949c
commit
ea2ae7df86
@ -1663,6 +1663,28 @@ class InstantiateFeatureVariationsTest(object):
|
||||
),
|
||||
],
|
||||
),
|
||||
(
|
||||
{"cntr": (0.7, 0.9, 1.0)},
|
||||
{"uni0041": "uni0061"},
|
||||
[
|
||||
(
|
||||
{'cntr': (-0.7499999999999999, 1.0), 'wght': (0.20886, 1.0)},
|
||||
{"uni0024": "uni0024.nostroke", "uni0041": "uni0061"},
|
||||
),
|
||||
(
|
||||
{'cntr': (-0.7499999999999999, 1.0)},
|
||||
{"uni0041": "uni0061"},
|
||||
),
|
||||
(
|
||||
{"wght": (0.20886, 1.0)},
|
||||
{"uni0024": "uni0024.nostroke"},
|
||||
),
|
||||
(
|
||||
{},
|
||||
{},
|
||||
),
|
||||
],
|
||||
),
|
||||
],
|
||||
)
|
||||
def test_partial_instance(self, location, appliedSubs, expectedRecords):
|
||||
|
Loading…
x
Reference in New Issue
Block a user