mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
yml metadata write: do not use local functions
This commit is contained in:
parent
881a79fa84
commit
2683b37044
2 changed files with 85 additions and 85 deletions
|
|
@ -255,9 +255,8 @@ class MetadataTest(unittest.TestCase):
|
|||
UpdateCheckData: https://raw.githubusercontent.com/proj/app/master/AndroidManifest.xml|android:versionCode="([0-9]*)"|.|android:versionCode="([0-9]*)"
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 101
|
||||
|
||||
NoSourceSince: 1.0.1"""))
|
||||
|
||||
NoSourceSince: 1.0.1"""))
|
||||
|
||||
def test_rewrite_yaml_fakeotaupdate(self):
|
||||
testdir = tempfile.mkdtemp(prefix=inspect.currentframe().f_code.co_name, dir=self.tmpdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue