Lines Matching refs:outPath
90 def _verifyOutput(outPath, tables=None): argument
91 f = TTFont(outPath)
92 f.saveXML(outPath + ".ttx", tables=tables)
93 with open(outPath + ".ttx") as f:
95 refData = strip_VariableItems(getTestData(os.path.basename(outPath) + ".ttx"))
100 outPath = os.path.join(str(tmpdir), "test.ttf")
122 fb.save(outPath)
124 _verifyOutput(outPath)
128 outPath = os.path.join(str(tmpdir), "test.otf")
151 fb.save(outPath)
153 _verifyOutput(outPath)
157 outPath = os.path.join(str(tmpdir), "test_var.ttf")
240 fb.save(outPath)
242 _verifyOutput(outPath)
246 outPath = os.path.join(str(tmpdir), "test_var.otf")
260 fb.save(outPath)
262 _verifyOutput(outPath)
345 outPath = os.path.join(str(tmpdir), "test_uvs.ttf")
346 fb.save(outPath)
347 _verifyOutput(outPath, tables=["cmap"])
354 fb.save(outPath)
355 _verifyOutput(outPath, tables=["cmap"])