X Tutup
Skip to content

TST: add test for CFF / OTF files#6725

Merged
jenshnielsen merged 1 commit intomatplotlib:v2.xfrom
tacaswell:tst_otf
Jul 12, 2016
Merged

TST: add test for CFF / OTF files#6725
jenshnielsen merged 1 commit intomatplotlib:v2.xfrom
tacaswell:tst_otf

Conversation

@tacaswell
Copy link
Copy Markdown
Member

follow up to #6714

fname = '/usr/share/fonts/opentype/freefont/FreeMono.otf'
if os.path.exists(fname):
assert is_opentype_cff_font(fname)
assert False
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in here to make sure that this file really exists on travis, once I see it fail on this assert I will remove the test.

@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Jul 12, 2016
@tacaswell
Copy link
Copy Markdown
Member Author

https://travis-ci.org/matplotlib/matplotlib/builds/144061987 build failing due to a dummy assert to check that the explicitly named font file is really on travis.

@jenshnielsen jenshnielsen merged commit a2c3344 into matplotlib:v2.x Jul 12, 2016
@QuLogic QuLogic modified the milestones: 2.0 (style change major release), 2.0.1 (next bug fix release) Jul 12, 2016
@tacaswell tacaswell deleted the tst_otf branch December 5, 2016 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup