You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/coloredlogs/files/coloredlogs-10.0-skip-cli-t...

18 lines
697 B

diff --git a/coloredlogs/tests.py b/coloredlogs/tests.py
index 38f2d97..8d1ae36 100644
--- a/coloredlogs/tests.py
+++ b/coloredlogs/tests.py
@@ -503,12 +503,6 @@ class ColoredLogsTestCase(TestCase):
for name in 'debug', 'info', 'warning', 'error', 'critical':
assert name.upper() in output
- def test_cli_conversion(self):
- """Test the command line HTML conversion."""
- output = main('coloredlogs', '--convert', 'coloredlogs', '--demo', capture=True)
- # Make sure the output is encoded as HTML.
- assert '<span' in output
-
def test_empty_conversion(self):
"""
Test that conversion of empty output produces no HTML.