mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
move all test metadata files to .yml format
for f in metadata/*.txt; do ../fdroid rewritemeta --to yml $(basename $f | sed 's,\.txt,,'); done
This commit is contained in:
parent
3bf2d60bfa
commit
b63e9e68c5
35 changed files with 1799 additions and 1433 deletions
|
|
@ -232,7 +232,7 @@ class MetadataTest(unittest.TestCase):
|
|||
fdroidserver.common.config = {'accepted_formats': ['txt']}
|
||||
|
||||
randomlist = []
|
||||
randomapps = glob.glob(os.path.join(self.basedir, 'metadata', '*.txt'))
|
||||
randomapps = glob.glob(os.path.join(self.basedir, 'metadata', '*.yml'))
|
||||
random.shuffle(randomapps)
|
||||
i = 1
|
||||
for f in randomapps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue