mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
add another lint field type test case
This commit is contained in:
parent
e33c1c74b1
commit
3bea689f74
1 changed files with 10 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue