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

Bring back test_bin_to_color unit test #11

Open
benjamin051000 opened this issue May 24, 2023 · 0 comments
Open

Bring back test_bin_to_color unit test #11

benjamin051000 opened this issue May 24, 2023 · 0 comments

Comments

@benjamin051000
Copy link
Member

benjamin051000 commented May 24, 2023

def test_bin_to_color(self):
# for i in range(1, 5):
# self.assertEqual(vga_sim.bin_to_color(0, i), 0)
#
# self.assertEqual(vga_sim.bin_to_color(1, 1), 255)
# self.assertEqual(vga_sim.bin_to_color(3, 2), 255)
# self.assertEqual(vga_sim.bin_to_color(7, 3), 255)
pass

I'm not sure why it was removed. Is it able to be brought back?

@benjamin051000 benjamin051000 changed the title Bring back this unit test Bring back test_bin_to_color unit test May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant