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

Improvement: Add unit tests for drawing functions #67

Open
8 tasks
Cardosaum opened this issue Sep 14, 2022 · 0 comments
Open
8 tasks

Improvement: Add unit tests for drawing functions #67

Cardosaum opened this issue Sep 14, 2022 · 0 comments
Assignees
Labels
Console Related to the Console crate enhancement New feature or request

Comments

@Cardosaum
Copy link
Contributor

Currently, we lack unit tests for pretty much all drawing functions, so if we change the implementation for any of them, we don't have any automated method to assert that we still have a working version of such function.

Ideally, we would have unit tests for all the following drawing functions:

  • Circle
  • Circle Filled
  • Rect
  • Rect Filled
  • Set Pixel
  • Line
  • Sprite
  • Clear Screen
@Cardosaum Cardosaum changed the title Improvement: Add unit tests to drawing functions Improvement: Add unit tests for drawing functions Sep 14, 2022
@RobDavenport RobDavenport added enhancement New feature or request Console Related to the Console crate labels Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Console Related to the Console crate enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants