chiark / gitweb /
convert metadata test dumps to YAML for easy comparison
authorHans-Christoph Steiner <hans@eds.org>
Wed, 23 Nov 2016 14:14:44 +0000 (15:14 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 5 Dec 2016 19:16:54 +0000 (20:16 +0100)
commitb1a943d5625be07e2b517926bc7ab42f91cb5708
tree59f14bec23ef856ed7b6230c6f5bb2582823cda5
parentce3efe4168afc99176b5227dc48e8d7fa114095d
convert metadata test dumps to YAML for easy comparison

When making code changes related to the metadata parsing, it is useful to
see how the internal format has changed by seeing the differences in the
dump files.  Those files are currently in the binary .pickle format.  This
just straight converts them to YAML, which is a text format, so that normal
diff tools work to see changes.

The dump files are named .yaml instead of .yml since .yml is used for hand-
edited YAML files for fdroiddata/metadata, while these dump files here are
a human readable form of a Python pickle.
tests/metadata.TestCase
tests/metadata/dump/org.adaway.yaml [new file with mode: 0644]
tests/metadata/dump/org.smssecure.smssecure.yaml [new file with mode: 0644]
tests/metadata/dump/org.videolan.vlc.yaml [new file with mode: 0644]
tests/metadata/org.adaway.pickle [deleted file]
tests/metadata/org.smssecure.smssecure.pickle [deleted file]
tests/metadata/org.videolan.vlc.pickle [deleted file]