Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. skipping pygame.tests.cdrom_test (tag 'interactive')
  2. skipping pygame.tests.midi_test (tag 'interactive')
  3. skipping pygame.tests.sndarray_test (tag 'subprocess_ignore')
  4. skipping pygame.tests.surfarray_test (tag 'subprocess_ignore')
  5. loading pygame.tests.base_test
  6. loading pygame.tests.blit_test
  7. loading pygame.tests.bufferproxy_test
  8. loading pygame.tests.camera_test
  9. loading pygame.tests.color_test
  10. loading pygame.tests.compat_test
  11. loading pygame.tests.cursors_test
  12. loading pygame.tests.display_test
  13. loading pygame.tests.draw_test
  14. loading pygame.tests.event_test
  15. loading pygame.tests.fastevent_test
  16. loading pygame.tests.font_test
  17. loading pygame.tests.freetype_test
  18. loading pygame.tests.ftfont_test
  19. loading pygame.tests.gfxdraw_test
  20. loading pygame.tests.image__save_gl_surface_test
  21. loading pygame.tests.image_test
  22. loading pygame.tests.imageext_test
  23. loading pygame.tests.joystick_test
  24. loading pygame.tests.key_test
  25. loading pygame.tests.mask_test
  26. loading pygame.tests.math_test
  27. loading pygame.tests.mixer_music_test
  28. loading pygame.tests.mixer_test
  29. loading pygame.tests.mouse_test
  30. loading pygame.tests.overlay_test
  31. loading pygame.tests.pixelarray_test
  32. loading pygame.tests.pixelcopy_test
  33. loading pygame.tests.rect_test
  34. loading pygame.tests.rwobject_test
  35. loading pygame.tests.scrap_test
  36. loading pygame.tests.sprite_test
  37. loading pygame.tests.surface_test
  38. loading pygame.tests.surflock_test
  39. loading pygame.tests.sysfont_test
  40. loading pygame.tests.threads_test
  41. loading pygame.tests.time_test
  42. loading pygame.tests.transform_test
  43. ..............................................................................................................................F...EEEE....................F...EEEE..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
  44. ======================================================================
  45. ERROR: test_match_font_all_exist (pygame.tests.font_test.FontModuleTest)
  46. ----------------------------------------------------------------------
  47. Traceback (most recent call last):
  48. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 111, in test_match_font_all_exist
  49. path = pygame_font.match_font(font)
  50. File "/usr/local/lib/python2.7/dist-packages/pygame/sysfont.py", line 353, in match_font
  51. for name in allnames.split(','):
  52. AttributeError: 'NoneType' object has no attribute 'split'
  53.  
  54. ======================================================================
  55. ERROR: test_match_font_bold (pygame.tests.font_test.FontModuleTest)
  56. ----------------------------------------------------------------------
  57. Traceback (most recent call last):
  58. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 121, in test_match_font_bold
  59. if pygame_font.match_font(font, bold=True) is not None:
  60. File "/usr/local/lib/python2.7/dist-packages/pygame/sysfont.py", line 353, in match_font
  61. for name in allnames.split(','):
  62. AttributeError: 'NoneType' object has no attribute 'split'
  63.  
  64. ======================================================================
  65. ERROR: test_match_font_comma_separated (pygame.tests.font_test.FontModuleTest)
  66. ----------------------------------------------------------------------
  67. Traceback (most recent call last):
  68. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 146, in test_match_font_comma_separated
  69. names = ','.join(['thisisnotafont', fonts[-1], 'anothernonfont'])
  70. TypeError: sequence item 1: expected string, NoneType found
  71.  
  72. ======================================================================
  73. ERROR: test_match_font_italic (pygame.tests.font_test.FontModuleTest)
  74. ----------------------------------------------------------------------
  75. Traceback (most recent call last):
  76. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 132, in test_match_font_italic
  77. if pygame_font.match_font(font, italic=True) is not None:
  78. File "/usr/local/lib/python2.7/dist-packages/pygame/sysfont.py", line 353, in match_font
  79. for name in allnames.split(','):
  80. AttributeError: 'NoneType' object has no attribute 'split'
  81.  
  82. ======================================================================
  83. FAIL: test_get_fonts (pygame.tests.font_test.FontModuleTest)
  84. ----------------------------------------------------------------------
  85. Traceback (most recent call last):
  86. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 93, in test_get_fonts
  87. self.failUnless(isinstance(name, name_types), name)
  88. AssertionError: False is not true
  89.  
  90. ======================================================================
  91. ERROR: test_match_font_all_exist (pygame.tests.font_test.FontModuleTest)
  92. ----------------------------------------------------------------------
  93. Traceback (most recent call last):
  94. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 111, in test_match_font_all_exist
  95. path = pygame_font.match_font(font)
  96. File "/usr/local/lib/python2.7/dist-packages/pygame/sysfont.py", line 353, in match_font
  97. for name in allnames.split(','):
  98. AttributeError: 'NoneType' object has no attribute 'split'
  99.  
  100. ======================================================================
  101. ERROR: test_match_font_bold (pygame.tests.font_test.FontModuleTest)
  102. ----------------------------------------------------------------------
  103. Traceback (most recent call last):
  104. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 121, in test_match_font_bold
  105. if pygame_font.match_font(font, bold=True) is not None:
  106. File "/usr/local/lib/python2.7/dist-packages/pygame/sysfont.py", line 353, in match_font
  107. for name in allnames.split(','):
  108. AttributeError: 'NoneType' object has no attribute 'split'
  109.  
  110. ======================================================================
  111. ERROR: test_match_font_comma_separated (pygame.tests.font_test.FontModuleTest)
  112. ----------------------------------------------------------------------
  113. Traceback (most recent call last):
  114. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 146, in test_match_font_comma_separated
  115. names = ','.join(['thisisnotafont', fonts[-1], 'anothernonfont'])
  116. TypeError: sequence item 1: expected string, NoneType found
  117.  
  118. ======================================================================
  119. ERROR: test_match_font_italic (pygame.tests.font_test.FontModuleTest)
  120. ----------------------------------------------------------------------
  121. Traceback (most recent call last):
  122. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 132, in test_match_font_italic
  123. if pygame_font.match_font(font, italic=True) is not None:
  124. File "/usr/local/lib/python2.7/dist-packages/pygame/sysfont.py", line 353, in match_font
  125. for name in allnames.split(','):
  126. AttributeError: 'NoneType' object has no attribute 'split'
  127.  
  128. ======================================================================
  129. FAIL: test_get_fonts (pygame.tests.font_test.FontModuleTest)
  130. ----------------------------------------------------------------------
  131. Traceback (most recent call last):
  132. File "/usr/local/lib/python2.7/dist-packages/pygame/tests/font_test.py", line 93, in test_get_fonts
  133. self.failUnless(isinstance(name, name_types), name)
  134. AssertionError: False is not true
  135.  
  136. ----------------------------------------------------------------------
  137. Ran 644 tests in 48.131s
  138.  
  139. FAILED (failures=2, errors=8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement