mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-26 08:18:58 -05:00
add another lint field type test case
This commit is contained in:
@@ -103,6 +103,16 @@ class LintTest(unittest.TestCase):
|
||||
'Multimedia,Graphics',
|
||||
],
|
||||
},
|
||||
'WebSite': {
|
||||
'good': [
|
||||
'https://homepage.com',
|
||||
],
|
||||
'bad': [
|
||||
[],
|
||||
['nope', ],
|
||||
29,
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
for field, values in fields.items():
|
||||
|
||||
Reference in New Issue
Block a user