add another lint field type test case

This commit is contained in:
Hans-Christoph Steiner 2018-10-10 12:19:09 +02:00
parent e33c1c74b1
commit 3bea689f74
1 changed files with 10 additions and 0 deletions

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():