mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-18 20:50:10 +01:00
add another lint field type test case
This commit is contained in:
parent
e33c1c74b1
commit
3bea689f74
@ -103,6 +103,16 @@ class LintTest(unittest.TestCase):
|
||||
'Multimedia,Graphics',
|
||||
],
|
||||
},
|
||||
'WebSite': {
|
||||
'good': [
|
||||
'https://homepage.com',
|
||||
],
|
||||
'bad': [
|
||||
[],
|
||||
['nope', ],
|
||||
29,
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
for field, values in fields.items():
|
||||
|
Loading…
Reference in New Issue
Block a user