add another lint field type test case

This commit is contained in:
Hans-Christoph Steiner committed 2018-10-10 16:02:34 +02:00
1 parent e33c1c74b1
commit 3bea689f74
1 file changed
+10
+10
View File
@@ -103,6 +103,16 @@ class LintTest(unittest.TestCase):
'Multimedia,Graphics',
],
},
'WebSite': {
'good': [
'https://homepage.com',
],
'bad': [
[],
['nope', ],
29,
],
},
}
for field, values in fields.items():