Open
Description
Issue №1780 opened by MyreMylar at 2020-05-18 14:13:42
This class needs unit testing.
Guide to how to contribute to an open source project on GitHub.
Draft guide on how to write a unit test for pygame
Test stub: https://github.com/pygame/pygame/blob/master/test/joystick_test.py# L5-L29
Docs: https://www.pygame.org/docs/ref/joystick.html# pygame.joystick.Joystick
Code to be tested: https://github.com/pygame/pygame/blob/master/src_c/joystick.c# L122-L358
Comments
# # khuang0312 commented at 2020-06-07 19:14:07
I would like to claim this issue, so to avoid a repeat of having three people work on the same issue.
# # MyreMylar commented at 2020-06-07 19:15:59
Assigned!
# # khuang0312 commented at 2020-08-01 10:39:44
Read what I wrote in # 2028 for more details.