mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
delete remaining unneded code
This commit is contained in:
parent
06f5ef3682
commit
1bd5931c43
3 changed files with 4 additions and 10 deletions
|
@ -15,9 +15,3 @@ def test_colorize(data_fixture):
|
|||
colorized_string = colorize(string, "BLUE", True)
|
||||
|
||||
assert colorized_string == Style.BRIGHT + Fore.BLUE + string + Style.RESET_ALL
|
||||
|
||||
|
||||
def test_colorize_none(data_fixture):
|
||||
string = data_fixture
|
||||
colorized_string = colorize(string, None, False)
|
||||
assert colorized_string == string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue