mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Read only metadata of apps given on the command line
This commit is contained in:
parent
66018d3f09
commit
8ab1d53318
9 changed files with 12 additions and 27 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import collections
|
||||
import glob
|
||||
import inspect
|
||||
import logging
|
||||
|
|
@ -855,7 +854,7 @@ class Test_main(unittest.TestCase):
|
|||
|
||||
self.exit_func.assert_not_called()
|
||||
self.read_app_args_func.assert_called_once_with(
|
||||
['com.example.app'], collections.OrderedDict(), True
|
||||
['com.example.app'], allow_version_codes=True
|
||||
)
|
||||
self.scan_binary_func.assert_not_called()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue