1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +02:00
fdroidserver/tests/metadata
Daniel Martí ab614ab442 Rework app into a class
This simplifies usage, goes from

	app['Foo']
to
	app.Foo

Also makes static analyzers able to detect invalid attributes as the set
is now limited in the class definition.

As a bonus, setting of the default field values is now done in the
constructor, not separately and manually.
2015-11-28 17:11:05 +01:00
..
net.osmand.plus.pickle Rework app into a class 2015-11-28 17:11:05 +01:00
net.osmand.plus.xml support app metadata in XML format 2015-09-01 11:39:51 +02:00
org.adaway.json tests: Comment values are lists, not strings 2015-10-08 16:39:47 +02:00
org.adaway.pickle Rework app into a class 2015-11-28 17:11:05 +01:00
org.smssecure.smssecure.pickle Rework app into a class 2015-11-28 17:11:05 +01:00
org.smssecure.smssecure.txt add test for metadata parsing based on a parse output to a pickle 2015-09-01 11:39:50 +02:00
org.videolan.vlc.pickle Rework app into a class 2015-11-28 17:11:05 +01:00
org.videolan.vlc.yaml support app metadata in YAML format 2015-09-01 11:39:51 +02:00
update-pickle.py add 'gradleprops' to .pickle files for the metadata tests 2015-09-01 11:53:37 +02:00