Since the test suite is inlined, it makes sense to also have the test data installed alongside the test modules. So all the content of the two top-level folders Data and TestData is now placed inside Lib/ufoLib/test/testadata. The MANIFEST.in has been adjusted accordingly. The `install_package_data` in setup.py ensures the package data specified in the manifest is installed with the package. This way anyone who installs ufoLib (even the wheel from PyPI) can run the test suite with `pytest --pyargs ufoLib`.
73 lines
1.4 KiB
Plaintext
73 lines
1.4 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>org.robofab.opentype.classes</key>
|
|
<string>@myClass = [A B];
|
|
</string>
|
|
<key>org.robofab.opentype.featureorder</key>
|
|
<array>
|
|
<string>liga</string>
|
|
</array>
|
|
<key>org.robofab.opentype.features</key>
|
|
<dict>
|
|
<key>liga</key>
|
|
<string>feature liga {
|
|
sub A A by b;
|
|
} liga;
|
|
</string>
|
|
</dict>
|
|
<key>org.robofab.postScriptHintData</key>
|
|
<dict>
|
|
<key>blueFuzz</key>
|
|
<integer>1</integer>
|
|
<key>blueScale</key>
|
|
<real>0.039625</real>
|
|
<key>blueShift</key>
|
|
<integer>7</integer>
|
|
<key>blueValues</key>
|
|
<array>
|
|
<array>
|
|
<integer>500</integer>
|
|
<integer>510</integer>
|
|
</array>
|
|
</array>
|
|
<key>familyBlues</key>
|
|
<array>
|
|
<array>
|
|
<integer>500</integer>
|
|
<integer>510</integer>
|
|
</array>
|
|
</array>
|
|
<key>familyOtherBlues</key>
|
|
<array>
|
|
<array>
|
|
<integer>-260</integer>
|
|
<integer>-250</integer>
|
|
</array>
|
|
</array>
|
|
<key>forceBold</key>
|
|
<true/>
|
|
<key>hStems</key>
|
|
<array>
|
|
<integer>100</integer>
|
|
<integer>120</integer>
|
|
</array>
|
|
<key>otherBlues</key>
|
|
<array>
|
|
<array>
|
|
<integer>-260</integer>
|
|
<integer>-250</integer>
|
|
</array>
|
|
</array>
|
|
<key>vStems</key>
|
|
<array>
|
|
<integer>80</integer>
|
|
<integer>90</integer>
|
|
</array>
|
|
</dict>
|
|
<key>org.robofab.testFontLibData</key>
|
|
<string>Foo Bar</string>
|
|
</dict>
|
|
</plist>
|