mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 00:10:29 +03:00
New com.jens.automation2 test case
This commit is contained in:
parent
5e5a9b36ec
commit
d04c3f65c2
2 changed files with 80 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ class ScannerTest(unittest.TestCase):
|
|||
'org.mozilla.rocket': 3,
|
||||
'realm': 1,
|
||||
'se.manyver': 2,
|
||||
'com.jens.automation2': 2,
|
||||
}
|
||||
for d in glob.glob(os.path.join(source_files, '*')):
|
||||
build = fdroidserver.metadata.Build()
|
||||
|
|
@ -69,6 +70,7 @@ class ScannerTest(unittest.TestCase):
|
|||
('source-files/osmandapp/osmand/build.gradle', 'free', 5),
|
||||
('source-files/eu.siacs.conversations/build.gradle', 'free', 23),
|
||||
('source-files/org.mozilla.rocket/app/build.gradle', 'focus', 42),
|
||||
('source-files/com.jens.automation2/app/build.gradle', 'fdroidFlavor', 8),
|
||||
]
|
||||
|
||||
for f, flavor, count in test_files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue