From 3bea689f74397abe528dca5c1ec55ec9fd4d0565 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 10 Oct 2018 12:19:09 +0200 Subject: [PATCH] add another lint field type test case --- tests/lint.TestCase | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/lint.TestCase b/tests/lint.TestCase index 2670c3dd..4bdee948 100755 --- a/tests/lint.TestCase +++ b/tests/lint.TestCase @@ -103,6 +103,16 @@ class LintTest(unittest.TestCase): 'Multimedia,Graphics', ], }, + 'WebSite': { + 'good': [ + 'https://homepage.com', + ], + 'bad': [ + [], + ['nope', ], + 29, + ], + }, } for field, values in fields.items():