chiark / gitweb /
Fix tests by not checking private attributes
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 3 Dec 2015 18:31:20 +0000 (19:31 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 3 Dec 2015 18:31:20 +0000 (19:31 +0100)
commitcb8d93e44340e71dc431ea1428bdecda5f15922e
treef5495f77a4447e554f24a056b413ec4ea87bd8bd
parent2711f1c868aa64237230343ea91aa8dedbc7f02a
Fix tests by not checking private attributes

All attrs starting with '_' (e.g. _foo or __bar) are used internally, so
not very relevant for the metadata test anyway.
fdroidserver/metadata.py