From b10d30a46e601c9ee1f843241f2d69a1f90f7a94 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 7 Sep 2021 22:20:40 -0700 Subject: Various changes. --- tests/ansi_test.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 tests/ansi_test.py (limited to 'tests/ansi_test.py') diff --git a/tests/ansi_test.py b/tests/ansi_test.py deleted file mode 100755 index 4c1f449..0000000 --- a/tests/ansi_test.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env python3 - -import unittest - -import ansi -import unittest_utils as uu - - -class TestAnsi(unittest.TestCase): - - def test_colorizer(self): - with ansi.Colorizer() as c: - print("testing...") - print("Section:") - print(" This is some detail.") - - -if __name__ == '__main__': - unittest.main() -- cgit v1.3