Skip to content
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

Missing Test for pygame.draw.arc in draw_test.py #2636

Open
1 task
ezzakri-anas opened this issue Dec 26, 2023 · 2 comments · May be fixed by #2638
Open
1 task

Missing Test for pygame.draw.arc in draw_test.py #2636

ezzakri-anas opened this issue Dec 26, 2023 · 2 comments · May be fixed by #2638
Assignees
Labels
draw pygame.draw tests tests (module)

Comments

@ezzakri-anas
Copy link

The class DrawArcMixin lacks test coverage to ensure that the function pygame.draw.arc draws the arc correctly.

TODO:

  • Add a comprehensive test for pygame.draw.arc. Initial test placeholder:
def todo_test_arc(self):
    """Ensure draw arc works correctly."""
    # Your test implementation goes here.
@Houda222
Copy link

Hello, I would like to work on this issue. Can you please assign it to me?

@ankith26
Copy link
Member

Sure, I have assigned you to it, thanks!

@Houda222 Houda222 linked a pull request Dec 28, 2023 that will close this issue
@ankith26 ankith26 linked a pull request Jan 6, 2024 that will close this issue
@MyreMylar MyreMylar added tests tests (module) draw pygame.draw labels May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draw pygame.draw tests tests (module)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants