Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tycho Pandelaar committed Oct 9, 2023
1 parent ec39e4f commit 0d5947b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_table.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import unittest
from table import Table, Cell, TableRenderer
from src.table import (
Table, TableRenderer, Cell, ANSI_BOLD_BRIGHT_WHITE, ANSI_WHITE,
ANSI_RED, ANSI_GREEN, ANSI_CYAN, ANSI_PURPLE, ANSI_GREY
)


class TestCell(unittest.TestCase):
Expand Down

0 comments on commit 0d5947b

Please sign in to comment.