Skip to content

Bring back test_bin_to_color unit test #11

@benjamin051000

Description

@benjamin051000

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions