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:
Marcus Hoffmann 2020-05-24 10:24:40 +02:00
parent 1be8788f5f
commit 68c072c72e
2 changed files with 8 additions and 44 deletions

View file

@ -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,