mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 08:20:28 +03:00
Revert "scanner: add --json option for outputting machine readable results"
This reverts commit cdaf62e5d9.
See: https://gitlab.com/fdroid/fdroidserver/-/merge_requests/748#note_347769371
This commit is contained in:
parent
1be8788f5f
commit
68c072c72e
2 changed files with 8 additions and 44 deletions
|
|
@ -26,8 +26,6 @@ class ScannerTest(unittest.TestCase):
|
|||
self.basedir = os.path.join(localmodule, 'tests')
|
||||
|
||||
def test_scan_source_files(self):
|
||||
fdroidserver.scanner.options = type('', (), {})()
|
||||
fdroidserver.scanner.options.json = False
|
||||
source_files = os.path.join(self.basedir, 'source-files')
|
||||
projects = {
|
||||
'cn.wildfirechat.chat': 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue