Skip to content

Commit

Permalink
WIP11
Browse files Browse the repository at this point in the history
  • Loading branch information
MoessnerFabian(Group) committed Jan 29, 2025
1 parent 8b39cdb commit 759f923
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/util/test_ansi_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ def test_basic_color_codes(self):
assert Fore.CYAN == "\033[36m"
assert Fore.WHITE == "\033[37m"
assert Fore.RESET == "\033[39m"
assert Back.BLACK == "\033[40m"
assert Back.YELLOW == "\033[43m"
assert Back.MAGENTA == "\033[45m"
assert Back.CYAN == "\033[46m"
assert Back.WHITE == "\033[47m"
assert Back.RESET == "\033[49m"

0 comments on commit 759f923

Please sign in to comment.