mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 03:30:29 +03:00
added test case for common.isApkDebuggable()
Just getting into the habit of adding tests to everything that I change... Also, it should be useful to have an unsigned APK in the test collection, since `fdroid update` should handle it gracefully and give a warning of some kind.
This commit is contained in:
parent
f7c9eccc1f
commit
298a88a498
4 changed files with 55 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ echo_header "test python getsig replacement"
|
|||
cd $WORKSPACE/tests/getsig
|
||||
./make.sh
|
||||
cd $WORKSPACE/tests
|
||||
./common.TestCase
|
||||
./update.TestCase
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue