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-2.0-skip-cli-te...

21 lines
842 B

coloredlogs/tests.py | 6 ------
1 file changed, 6 deletions(-)
diff --git a/coloredlogs/tests.py b/coloredlogs/tests.py
index 2010b12..7ab18a8 100644
--- a/coloredlogs/tests.py
+++ b/coloredlogs/tests.py
@@ -160,12 +160,6 @@ class ColoredLogsTestCase(unittest.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_implicit_usage_message(self):
"""Test that the usage message is shown when no actions are given."""
assert 'Usage:' in main('coloredlogs', capture=True)