8000 The font with the same weight name as the user specified weight name … by kshramt · Pull Request #7931 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

The font with the same weight name as the user specified weight name … #7931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 16, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove a test following 8a10efc
  • Loading branch information
kshramt committed Feb 26, 2017
commit a7026e0026f097d374ffba24c83b9cacf33cd182
5 changes: 0 additions & 5 deletions lib/matplotlib/tests/test_font_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ def test_font_priority():
assert cmap[8729] == 30


def test_ttflist_weight():
assert all(isinstance(f.weight, six.string_types)
for f in fontManager.ttflist)


def test_score_weight():
assert 0 == fontManager.score_weight("regular", "regular")
assert 0 == fontManager.score_weight("bold", "bold")
Expand Down
0